Shades of Locust #A9AA72
Tints of Locust #A9AA72
RGB
CMYK
RGB Variations
Color information
#A9AA72 (or 0xA9AA72) is known color: Locust. HEX triplet: A9, AA and 72. RGB value is (169,170,114). Sum of RGB (Red+Green+Blue) = 169+170+114=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA72 is #56558D. Grayscale: #A3A3A3. Windows color (decimal): -5657998 or 7514793. OLE color: 7514793.
HSL color Cylindrical-coordinate representation of color #A9AA72: hue angle of 61.07º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9AA72 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 114 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.33 |
| HSL | 61.07º | 0.25% | 0.56% | - |
| HSV(B) | 61.07º | 0.33% | 0.67% | - |
| XYZ | 33.77 | 38.4 | 21.55 | - |
| YUV | 163.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 114 | 0.01 | 0 | 0.33 | 0.33 | 61.07 | 0.25 | 0.56 |
| Hex | A9 | AA | 72 | 1 | 0 | 21 | 21 | 3D | 19 | 38 |
| Octal | 251 | 252 | 162 | 1 | 0 | 41 | 41 | 75 | 31 | 70 |
| Binary | 10101001 | 10101010 | 1110010 | 1 | 0 | 100001 | 100001 | 111101 | 11001 | 111000 |
Color Harmonies of #A9AA72
Complementary color
Monochromatic Colors of #A9AA72
Black with #A9AA72
Text Example
Text Example
White with #A9AA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA72; }
p { color: rgb(169,170,114); }
H1.HeaderClassName
{
color: #A9AA72;
}
.AnyTagClassName
{
color: #A9AA72;
}
</style>
background-color css
<style>
a { background-color: #A9AA72; }
a { background-color: rgb(169,170,114); }
div.DivClassName
{
background-color: #A9AA72;
}
.BgClassName
{
background-color: #A9AA72;
}
</style>
border-color css
<style>
span { border-color: #A9AA72; }
span { border-color: rgb(169,170,114); }
td.TdClassName
{
border-color: #A9AA72;
}
.TagClassName
{
border-color: #A9AA72;
}
</style>