Shades of Locust #A9AA81
Tints of Locust #A9AA81
RGB
CMYK
RGB Variations
Color information
#A9AA81 (or 0xA9AA81) is known color: Locust. HEX triplet: A9, AA and 81. RGB value is (169,170,129). Sum of RGB (Red+Green+Blue) = 169+170+129=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AA81 is #56557E. Grayscale: #A5A5A5. Windows color (decimal): -5657983 or 8497833. OLE color: 8497833.
HSL color Cylindrical-coordinate representation of color #A9AA81: hue angle of 61.46º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9AA81 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 129 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.33 |
| HSL | 61.46º | 0.19% | 0.59% | - |
| HSV(B) | 61.46º | 0.24% | 0.67% | - |
| XYZ | 34.7 | 38.77 | 26.42 | - |
| YUV | 165.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 129 | 0.01 | 0 | 0.24 | 0.33 | 61.46 | 0.19 | 0.59 |
| Hex | A9 | AA | 81 | 1 | 0 | 18 | 21 | 3D | 13 | 3B |
| Octal | 251 | 252 | 201 | 1 | 0 | 30 | 41 | 75 | 23 | 73 |
| Binary | 10101001 | 10101010 | 10000001 | 1 | 0 | 11000 | 100001 | 111101 | 10011 | 111011 |
Color Harmonies of #A9AA81
Complementary color
Monochromatic Colors of #A9AA81
Black with #A9AA81
Text Example
Text Example
White with #A9AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA81; }
p { color: rgb(169,170,129); }
H1.HeaderClassName
{
color: #A9AA81;
}
.AnyTagClassName
{
color: #A9AA81;
}
</style>
background-color css
<style>
a { background-color: #A9AA81; }
a { background-color: rgb(169,170,129); }
div.DivClassName
{
background-color: #A9AA81;
}
.BgClassName
{
background-color: #A9AA81;
}
</style>
border-color css
<style>
span { border-color: #A9AA81; }
span { border-color: rgb(169,170,129); }
td.TdClassName
{
border-color: #A9AA81;
}
.TagClassName
{
border-color: #A9AA81;
}
</style>