Shades of Grey Olive #A1987F
Tints of Grey Olive #A1987F
RGB
CMYK
RGB Variations
Color information
#A1987F (or 0xA1987F) is known color: Grey Olive. HEX triplet: A1, 98 and 7F. RGB value is (161,152,127). Sum of RGB (Red+Green+Blue) = 161+152+127=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A1987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1987F is #5E6780. Grayscale: #979797. Windows color (decimal): -6186881 or 8362145. OLE color: 8362145.
HSL color Cylindrical-coordinate representation of color #A1987F: hue angle of 44.12º 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 #A1987F is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 152 | 127 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.37 |
| HSL | 44.12º | 0.15% | 0.56% | - |
| HSV(B) | 44.12º | 0.21% | 0.63% | - |
| XYZ | 29.76 | 31.57 | 24.6 | - |
| YUV | 151.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 127 | 0 | 0.06 | 0.21 | 0.37 | 44.12 | 0.15 | 0.56 |
| Hex | A1 | 98 | 7F | 0 | 6 | 15 | 25 | 2C | F | 38 |
| Octal | 241 | 230 | 177 | 0 | 6 | 25 | 45 | 54 | 17 | 70 |
| Binary | 10100001 | 10011000 | 1111111 | 0 | 110 | 10101 | 100101 | 101100 | 1111 | 111000 |
Color Harmonies of #A1987F
Complementary color
Monochromatic Colors of #A1987F
Black with #A1987F
Text Example
Text Example
White with #A1987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1987F; }
p { color: rgb(161,152,127); }
H1.HeaderClassName
{
color: #A1987F;
}
.AnyTagClassName
{
color: #A1987F;
}
</style>
background-color css
<style>
a { background-color: #A1987F; }
a { background-color: rgb(161,152,127); }
div.DivClassName
{
background-color: #A1987F;
}
.BgClassName
{
background-color: #A1987F;
}
</style>
border-color css
<style>
span { border-color: #A1987F; }
span { border-color: rgb(161,152,127); }
td.TdClassName
{
border-color: #A1987F;
}
.TagClassName
{
border-color: #A1987F;
}
</style>