Shades of Grey Olive #A1997F
Tints of Grey Olive #A1997F
RGB
CMYK
RGB Variations
Color information
#A1997F (or 0xA1997F) is known color: Grey Olive. HEX triplet: A1, 99 and 7F. RGB value is (161,153,127). Sum of RGB (Red+Green+Blue) = 161+153+127=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 161 - color contains mainly: red. Hex color #A1997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1997F is #5E6680. Grayscale: #989898. Windows color (decimal): -6186625 or 8362401. OLE color: 8362401.
HSL color Cylindrical-coordinate representation of color #A1997F: hue angle of 45.88º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1997F is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 127 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.37 |
| HSL | 45.88º | 0.15% | 0.56% | - |
| HSV(B) | 45.88º | 0.21% | 0.63% | - |
| XYZ | 29.92 | 31.89 | 24.66 | - |
| YUV | 152.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 127 | 0 | 0.05 | 0.21 | 0.37 | 45.88 | 0.15 | 0.56 |
| Hex | A1 | 99 | 7F | 0 | 5 | 15 | 25 | 2E | F | 38 |
| Octal | 241 | 231 | 177 | 0 | 5 | 25 | 45 | 56 | 17 | 70 |
| Binary | 10100001 | 10011001 | 1111111 | 0 | 101 | 10101 | 100101 | 101110 | 1111 | 111000 |
Color Harmonies of #A1997F
Complementary color
Monochromatic Colors of #A1997F
Black with #A1997F
Text Example
Text Example
White with #A1997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1997F; }
p { color: rgb(161,153,127); }
H1.HeaderClassName
{
color: #A1997F;
}
.AnyTagClassName
{
color: #A1997F;
}
</style>
background-color css
<style>
a { background-color: #A1997F; }
a { background-color: rgb(161,153,127); }
div.DivClassName
{
background-color: #A1997F;
}
.BgClassName
{
background-color: #A1997F;
}
</style>
border-color css
<style>
span { border-color: #A1997F; }
span { border-color: rgb(161,153,127); }
td.TdClassName
{
border-color: #A1997F;
}
.TagClassName
{
border-color: #A1997F;
}
</style>