Shades of Locust #A9B082
Tints of Locust #A9B082
RGB
CMYK
RGB Variations
Color information
#A9B082 (or 0xA9B082) is known color: Locust. HEX triplet: A9, B0 and 82. RGB value is (169,176,130). Sum of RGB (Red+Green+Blue) = 169+176+130=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B082 is #564F7D. Grayscale: #A8A8A8. Windows color (decimal): -5656446 or 8564905. OLE color: 8564905.
HSL color Cylindrical-coordinate representation of color #A9B082: hue angle of 69.13º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9B082 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 176 | 130 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.31 |
| HSL | 69.13º | 0.23% | 0.6% | - |
| HSV(B) | 69.13º | 0.26% | 0.69% | - |
| XYZ | 35.92 | 41.1 | 27.16 | - |
| YUV | 168.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 176 | 130 | 0.04 | 0 | 0.26 | 0.31 | 69.13 | 0.23 | 0.6 |
| Hex | A9 | B0 | 82 | 4 | 0 | 1A | 1F | 45 | 17 | 3C |
| Octal | 251 | 260 | 202 | 4 | 0 | 32 | 37 | 105 | 27 | 74 |
| Binary | 10101001 | 10110000 | 10000010 | 100 | 0 | 11010 | 11111 | 1000101 | 10111 | 111100 |
Color Harmonies of #A9B082
Complementary color
Monochromatic Colors of #A9B082
Black with #A9B082
Text Example
Text Example
White with #A9B082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B082; }
p { color: rgb(169,176,130); }
H1.HeaderClassName
{
color: #A9B082;
}
.AnyTagClassName
{
color: #A9B082;
}
</style>
background-color css
<style>
a { background-color: #A9B082; }
a { background-color: rgb(169,176,130); }
div.DivClassName
{
background-color: #A9B082;
}
.BgClassName
{
background-color: #A9B082;
}
</style>
border-color css
<style>
span { border-color: #A9B082; }
span { border-color: rgb(169,176,130); }
td.TdClassName
{
border-color: #A9B082;
}
.TagClassName
{
border-color: #A9B082;
}
</style>