Shades of Grey Olive #A1977D
Tints of Grey Olive #A1977D
RGB
CMYK
RGB Variations
Color information
#A1977D (or 0xA1977D) is known color: Grey Olive. HEX triplet: A1, 97 and 7D. RGB value is (161,151,125). Sum of RGB (Red+Green+Blue) = 161+151+125=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 161 - color contains mainly: red. Hex color #A1977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1977D is #5E6882. Grayscale: #979797. Windows color (decimal): -6187139 or 8230817. OLE color: 8230817.
HSL color Cylindrical-coordinate representation of color #A1977D: hue angle of 43.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1977D is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 151 | 125 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.37 |
| HSL | 43.33º | 0.16% | 0.56% | - |
| HSV(B) | 43.33º | 0.22% | 0.63% | - |
| XYZ | 29.47 | 31.19 | 23.87 | - |
| YUV | 151.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 125 | 0 | 0.06 | 0.22 | 0.37 | 43.33 | 0.16 | 0.56 |
| Hex | A1 | 97 | 7D | 0 | 6 | 16 | 25 | 2B | 10 | 38 |
| Octal | 241 | 227 | 175 | 0 | 6 | 26 | 45 | 53 | 20 | 70 |
| Binary | 10100001 | 10010111 | 1111101 | 0 | 110 | 10110 | 100101 | 101011 | 10000 | 111000 |
Color Harmonies of #A1977D
Complementary color
Monochromatic Colors of #A1977D
Black with #A1977D
Text Example
Text Example
White with #A1977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1977D; }
p { color: rgb(161,151,125); }
H1.HeaderClassName
{
color: #A1977D;
}
.AnyTagClassName
{
color: #A1977D;
}
</style>
background-color css
<style>
a { background-color: #A1977D; }
a { background-color: rgb(161,151,125); }
div.DivClassName
{
background-color: #A1977D;
}
.BgClassName
{
background-color: #A1977D;
}
</style>
border-color css
<style>
span { border-color: #A1977D; }
span { border-color: rgb(161,151,125); }
td.TdClassName
{
border-color: #A1977D;
}
.TagClassName
{
border-color: #A1977D;
}
</style>