Shades of Locust #A9B282
Tints of Locust #A9B282
RGB
CMYK
RGB Variations
Color information
#A9B282 (or 0xA9B282) is known color: Locust. HEX triplet: A9, B2 and 82. RGB value is (169,178,130). Sum of RGB (Red+Green+Blue) = 169+178+130=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B282 is #564D7D. Grayscale: #AAAAAA. Windows color (decimal): -5655934 or 8565417. OLE color: 8565417.
HSL color Cylindrical-coordinate representation of color #A9B282: hue angle of 71.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9B282 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 178 | 130 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.30 |
| HSL | 71.25º | 0.24% | 0.6% | - |
| HSV(B) | 71.25º | 0.27% | 0.7% | - |
| XYZ | 36.31 | 41.89 | 27.29 | - |
| YUV | 169.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 178 | 130 | 0.05 | 0 | 0.27 | 0.30 | 71.25 | 0.24 | 0.6 |
| Hex | A9 | B2 | 82 | 5 | 0 | 1B | 1E | 47 | 18 | 3C |
| Octal | 251 | 262 | 202 | 5 | 0 | 33 | 36 | 107 | 30 | 74 |
| Binary | 10101001 | 10110010 | 10000010 | 101 | 0 | 11011 | 11110 | 1000111 | 11000 | 111100 |
Color Harmonies of #A9B282
Complementary color
Monochromatic Colors of #A9B282
Black with #A9B282
Text Example
Text Example
White with #A9B282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B282; }
p { color: rgb(169,178,130); }
H1.HeaderClassName
{
color: #A9B282;
}
.AnyTagClassName
{
color: #A9B282;
}
</style>
background-color css
<style>
a { background-color: #A9B282; }
a { background-color: rgb(169,178,130); }
div.DivClassName
{
background-color: #A9B282;
}
.BgClassName
{
background-color: #A9B282;
}
</style>
border-color css
<style>
span { border-color: #A9B282; }
span { border-color: rgb(169,178,130); }
td.TdClassName
{
border-color: #A9B282;
}
.TagClassName
{
border-color: #A9B282;
}
</style>