Shades of Locust #A9AA85
Tints of Locust #A9AA85
RGB
CMYK
RGB Variations
Color information
#A9AA85 (or 0xA9AA85) is known color: Locust. HEX triplet: A9, AA and 85. RGB value is (169,170,133). Sum of RGB (Red+Green+Blue) = 169+170+133=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AA85 is #56557A. Grayscale: #A5A5A5. Windows color (decimal): -5657979 or 8759977. OLE color: 8759977.
HSL color Cylindrical-coordinate representation of color #A9AA85: hue angle of 61.62º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9AA85 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 133 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.33 |
| HSL | 61.62º | 0.18% | 0.59% | - |
| HSV(B) | 61.62º | 0.22% | 0.67% | - |
| XYZ | 34.97 | 38.88 | 27.85 | - |
| YUV | 165.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 133 | 0.01 | 0 | 0.22 | 0.33 | 61.62 | 0.18 | 0.59 |
| Hex | A9 | AA | 85 | 1 | 0 | 16 | 21 | 3E | 12 | 3B |
| Octal | 251 | 252 | 205 | 1 | 0 | 26 | 41 | 76 | 22 | 73 |
| Binary | 10101001 | 10101010 | 10000101 | 1 | 0 | 10110 | 100001 | 111110 | 10010 | 111011 |
Color Harmonies of #A9AA85
Complementary color
Monochromatic Colors of #A9AA85
Black with #A9AA85
Text Example
Text Example
White with #A9AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA85; }
p { color: rgb(169,170,133); }
H1.HeaderClassName
{
color: #A9AA85;
}
.AnyTagClassName
{
color: #A9AA85;
}
</style>
background-color css
<style>
a { background-color: #A9AA85; }
a { background-color: rgb(169,170,133); }
div.DivClassName
{
background-color: #A9AA85;
}
.BgClassName
{
background-color: #A9AA85;
}
</style>
border-color css
<style>
span { border-color: #A9AA85; }
span { border-color: rgb(169,170,133); }
td.TdClassName
{
border-color: #A9AA85;
}
.TagClassName
{
border-color: #A9AA85;
}
</style>