Shades of Grey Olive #A1997D
Tints of Grey Olive #A1997D
RGB
CMYK
RGB Variations
Color information
#A1997D (or 0xA1997D) is known color: Grey Olive. HEX triplet: A1, 99 and 7D. RGB value is (161,153,125). Sum of RGB (Red+Green+Blue) = 161+153+125=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 161 - color contains mainly: red. Hex color #A1997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1997D is #5E6682. Grayscale: #989898. Windows color (decimal): -6186627 or 8231329. OLE color: 8231329.
HSL color Cylindrical-coordinate representation of color #A1997D: hue angle of 46.67º 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 #A1997D is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 125 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.37 |
| HSL | 46.67º | 0.16% | 0.56% | - |
| HSV(B) | 46.67º | 0.22% | 0.63% | - |
| XYZ | 29.79 | 31.84 | 23.98 | - |
| YUV | 152.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 125 | 0 | 0.05 | 0.22 | 0.37 | 46.67 | 0.16 | 0.56 |
| Hex | A1 | 99 | 7D | 0 | 5 | 16 | 25 | 2F | 10 | 38 |
| Octal | 241 | 231 | 175 | 0 | 5 | 26 | 45 | 57 | 20 | 70 |
| Binary | 10100001 | 10011001 | 1111101 | 0 | 101 | 10110 | 100101 | 101111 | 10000 | 111000 |
Color Harmonies of #A1997D
Complementary color
Monochromatic Colors of #A1997D
Black with #A1997D
Text Example
Text Example
White with #A1997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1997D; }
p { color: rgb(161,153,125); }
H1.HeaderClassName
{
color: #A1997D;
}
.AnyTagClassName
{
color: #A1997D;
}
</style>
background-color css
<style>
a { background-color: #A1997D; }
a { background-color: rgb(161,153,125); }
div.DivClassName
{
background-color: #A1997D;
}
.BgClassName
{
background-color: #A1997D;
}
</style>
border-color css
<style>
span { border-color: #A1997D; }
span { border-color: rgb(161,153,125); }
td.TdClassName
{
border-color: #A1997D;
}
.TagClassName
{
border-color: #A1997D;
}
</style>