color details

Color Details
#a79e9f Color Hex

#a79e9f color RGB value is (10, 121, 233).
#a79e9f hex color red value is 10, green value is 121, and blue value is 233.
Cylindrical-coordinate representations (HSL) of color #a79e9f hue: 210.13, saturation: 0.92 and lightness: 0.48.

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

Color Spaces
Color spaces of #a79e9fValue
RGB167, 158, 159
HSL0.98, 0.05, 0.64
HSV353°, 5°, 65°
XYZ34.42, 35.17, 37.77
Base Numbers
Base Red Green Blue
Binary 10100111 10011110 10011111
Octal 247 236 237
Decimal 167 158 159
Hex A7 9E 9F

RGB Percentages for Color #a79e9f

34.5%
32.64%
32.85%

CMYK Percentages of the Color #a79e9f

5.39%
4.79%
34.51%
CSS Codes for Color #a79e9f
.mybgColor {background-color: #a79e9f;}
.myforeColor {color: #a79e9f;}
.myborderColor {border:3px solid #a79e9f;}
Text Font Color #a79e9f

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

This sample text is styled with the font color #a79e9f. 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 #a79e9f

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(167, 158, 159, 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 #a79e9f;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top