Shades of Grey Olive #A1987E
Tints of Grey Olive #A1987E
RGB
CMYK
RGB Variations
Color information
#A1987E (or 0xA1987E) is known color: Grey Olive. HEX triplet: A1, 98 and 7E. RGB value is (161,152,126). Sum of RGB (Red+Green+Blue) = 161+152+126=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 161 - color contains mainly: red. Hex color #A1987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1987E is #5E6781. Grayscale: #979797. Windows color (decimal): -6186882 or 8296609. OLE color: 8296609.
HSL color Cylindrical-coordinate representation of color #A1987E: hue angle of 44.57º 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 #A1987E is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 152 | 126 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.37 |
| HSL | 44.57º | 0.16% | 0.56% | - |
| HSV(B) | 44.57º | 0.22% | 0.63% | - |
| XYZ | 29.69 | 31.54 | 24.26 | - |
| YUV | 151.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 126 | 0 | 0.06 | 0.22 | 0.37 | 44.57 | 0.16 | 0.56 |
| Hex | A1 | 98 | 7E | 0 | 6 | 16 | 25 | 2D | 10 | 38 |
| Octal | 241 | 230 | 176 | 0 | 6 | 26 | 45 | 55 | 20 | 70 |
| Binary | 10100001 | 10011000 | 1111110 | 0 | 110 | 10110 | 100101 | 101101 | 10000 | 111000 |
Color Harmonies of #A1987E
Complementary color
Monochromatic Colors of #A1987E
Black with #A1987E
Text Example
Text Example
White with #A1987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1987E; }
p { color: rgb(161,152,126); }
H1.HeaderClassName
{
color: #A1987E;
}
.AnyTagClassName
{
color: #A1987E;
}
</style>
background-color css
<style>
a { background-color: #A1987E; }
a { background-color: rgb(161,152,126); }
div.DivClassName
{
background-color: #A1987E;
}
.BgClassName
{
background-color: #A1987E;
}
</style>
border-color css
<style>
span { border-color: #A1987E; }
span { border-color: rgb(161,152,126); }
td.TdClassName
{
border-color: #A1987E;
}
.TagClassName
{
border-color: #A1987E;
}
</style>