Shades of Grey Olive #A29B7D
Tints of Grey Olive #A29B7D
RGB
CMYK
RGB Variations
Color information
#A29B7D (or 0xA29B7D) is known color: Grey Olive. HEX triplet: A2, 9B and 7D. RGB value is (162,155,125). Sum of RGB (Red+Green+Blue) = 162+155+125=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B7D is #5D6482. Grayscale: #999999. Windows color (decimal): -6120579 or 8231842. OLE color: 8231842.
HSL color Cylindrical-coordinate representation of color #A29B7D: hue angle of 48.65º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A29B7D is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 155 | 125 | - |
CMYK | 0 | 0.04 | 0.23 | 0.36 |
HSL | 48.65º | 0.17% | 0.56% | - |
HSV(B) | 48.65º | 0.23% | 0.64% | - |
XYZ | 30.32 | 32.6 | 24.1 | - |
YUV | 153.67 | 111.82 | 133.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 155 | 125 | 0 | 0.04 | 0.23 | 0.36 | 48.65 | 0.17 | 0.56 |
Hex | A2 | 9B | 7D | 0 | 4 | 17 | 24 | 31 | 11 | 38 |
Octal | 242 | 233 | 175 | 0 | 4 | 27 | 44 | 61 | 21 | 70 |
Binary | 10100010 | 10011011 | 1111101 | 0 | 100 | 10111 | 100100 | 110001 | 10001 | 111000 |
Color Harmonies of #A29B7D
Complementary color
Monochromatic Colors of #A29B7D
Black with #A29B7D
Text Example
Text Example
White with #A29B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29B7D; }
p { color: rgb(162,155,125); }
H1.HeaderClassName
{
color: #A29B7D;
}
.AnyTagClassName
{
color: #A29B7D;
}
</style>
background-color css
<style>
a { background-color: #A29B7D; }
a { background-color: rgb(162,155,125); }
div.DivClassName
{
background-color: #A29B7D;
}
.BgClassName
{
background-color: #A29B7D;
}
</style>
border-color css
<style>
span { border-color: #A29B7D; }
span { border-color: rgb(162,155,125); }
td.TdClassName
{
border-color: #A29B7D;
}
.TagClassName
{
border-color: #A29B7D;
}
</style>