color details

Color Details
#a9b294 Color Hex

#a9b294 color RGB value is (10, 155, 41).
#a9b294 hex color red value is 10, green value is 155, and blue value is 41.
Cylindrical-coordinate representations (HSL) of color #a9b294 hue: 132.83, saturation: 0.88 and lightness: 0.32.

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

Color Spaces
Color spaces of #a9b294Value
RGB169, 178, 148
HSL0.22, 0.16, 0.64
HSV78°, 17°, 70°
XYZ37.63, 42.41, 34.22
Base Numbers
Base Red Green Blue
Binary 10101001 10110010 10010100
Octal 251 262 224
Decimal 169 178 148
Hex A9 B2 94

RGB Percentages for Color #a9b294

34.14%
35.96%
29.9%

CMYK Percentages of the Color #a9b294

5.06%
16.85%
30.2%
CSS Codes for Color #a9b294
.mybgColor {background-color: #a9b294;}
.myforeColor {color: #a9b294;}
.myborderColor {border:3px solid #a9b294;}
Text Font Color #a9b294

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(169, 178, 148, 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 #a9b294;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top