Shades of Grey Olive #A19B82
Tints of Grey Olive #A19B82
RGB
CMYK
RGB Variations
Color information
#A19B82 (or 0xA19B82) is known color: Grey Olive. HEX triplet: A1, 9B and 82. RGB value is (161,155,130). Sum of RGB (Red+Green+Blue) = 161+155+130=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19B82 is #5E647D. Grayscale: #9A9A9A. Windows color (decimal): -6186110 or 8559521. OLE color: 8559521.
HSL color Cylindrical-coordinate representation of color #A19B82: hue angle of 48.39º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A19B82 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 130 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.37 |
| HSL | 48.39º | 0.14% | 0.57% | - |
| HSV(B) | 48.39º | 0.19% | 0.63% | - |
| XYZ | 30.45 | 32.63 | 25.81 | - |
| YUV | 153.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 130 | 0 | 0.04 | 0.19 | 0.37 | 48.39 | 0.14 | 0.57 |
| Hex | A1 | 9B | 82 | 0 | 4 | 13 | 25 | 30 | E | 39 |
| Octal | 241 | 233 | 202 | 0 | 4 | 23 | 45 | 60 | 16 | 71 |
| Binary | 10100001 | 10011011 | 10000010 | 0 | 100 | 10011 | 100101 | 110000 | 1110 | 111001 |
Color Harmonies of #A19B82
Complementary color
Monochromatic Colors of #A19B82
Black with #A19B82
Text Example
Text Example
White with #A19B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B82; }
p { color: rgb(161,155,130); }
H1.HeaderClassName
{
color: #A19B82;
}
.AnyTagClassName
{
color: #A19B82;
}
</style>
background-color css
<style>
a { background-color: #A19B82; }
a { background-color: rgb(161,155,130); }
div.DivClassName
{
background-color: #A19B82;
}
.BgClassName
{
background-color: #A19B82;
}
</style>
border-color css
<style>
span { border-color: #A19B82; }
span { border-color: rgb(161,155,130); }
td.TdClassName
{
border-color: #A19B82;
}
.TagClassName
{
border-color: #A19B82;
}
</style>