color details

Color Details
#a0acae Color Hex

#a0acae color RGB value is (10, 10, 202).
#a0acae hex color red value is 10, green value is 10, and blue value is 202.
Cylindrical-coordinate representations (HSL) of color #a0acae hue: 240, saturation: 0.91 and lightness: 0.42.

The process color (four-color CMYK) of #a0acae color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a0acae is #ff9999. Color #a0acae contains mainly RED.

Color Spaces
Color spaces of #a0acaeValue
RGB160, 172, 174
HSL0.52, 0.08, 0.65
HSV189°, 8°, 68°
XYZ36.89, 40.03, 45.82
Base Numbers
Base Red Green Blue
Binary 10100000 10101100 10101110
Octal 240 254 256
Decimal 160 172 174
Hex A0 AC AE

RGB Percentages for Color #a0acae

31.62%
33.99%
34.39%

CMYK Percentages of the Color #a0acae

8.05%
1.15%
31.76%
CSS Codes for Color #a0acae
.mybgColor {background-color: #a0acae;}
.myforeColor {color: #a0acae;}
.myborderColor {border:3px solid #a0acae;}
Text Font Color #a0acae

<p style="color:#a0acae">Text here</p>

This sample text is styled with the font color #a0acae. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #a0acae

<div style="background-color:#a0acae">Div content here</div>

The background color of this div is #a0acae
Border Color #a0acae

<div style="border:3px solid #a0acae">Div here</div>

The border color of this div is #a0acae
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(160, 172, 174, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #a0acae;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #a0acae;
-webkit-box-shadow: 1px 1px 3px #a0acae;
box-shadow: 1px 1px 3px #a0acae;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160, 172, 174, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #a0acae;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #a0acae; -webkit-box-shadow: 1px 1px 3px #a0acae; box-shadow: 1px 1px 3px #a0acae;">Div content here</div>

This div box has a shadow with a specified color. #a0acae

Scroll to Top