Shades of Locust #A9A970
Tints of Locust #A9A970
RGB
CMYK
RGB Variations
Color information
#A9A970 (or 0xA9A970) is known color: Locust. HEX triplet: A9, A9 and 70. RGB value is (169,169,112). Sum of RGB (Red+Green+Blue) = 169+169+112=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 169 - color contains mainly: red, green. Hex color #A9A970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A970 is #56568F. Grayscale: #A2A2A2. Windows color (decimal): -5658256 or 7383465. OLE color: 7383465.
HSL color Cylindrical-coordinate representation of color #A9A970: hue angle of 60º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9A970 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 169 | 112 | - |
| CMYK | 0 | 0 | 0.34 | 0.34 |
| HSL | 60º | 0.25% | 0.55% | - |
| HSV(B) | 60º | 0.34% | 0.66% | - |
| XYZ | 33.47 | 37.98 | 20.9 | - |
| YUV | 162.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 169 | 112 | 0 | 0 | 0.34 | 0.34 | 60 | 0.25 | 0.55 |
| Hex | A9 | A9 | 70 | 0 | 0 | 22 | 22 | 3C | 19 | 37 |
| Octal | 251 | 251 | 160 | 0 | 0 | 42 | 42 | 74 | 31 | 67 |
| Binary | 10101001 | 10101001 | 1110000 | 0 | 0 | 100010 | 100010 | 111100 | 11001 | 110111 |
Color Harmonies of #A9A970
Complementary color
Monochromatic Colors of #A9A970
Black with #A9A970
Text Example
Text Example
White with #A9A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A970; }
p { color: rgb(169,169,112); }
H1.HeaderClassName
{
color: #A9A970;
}
.AnyTagClassName
{
color: #A9A970;
}
</style>
background-color css
<style>
a { background-color: #A9A970; }
a { background-color: rgb(169,169,112); }
div.DivClassName
{
background-color: #A9A970;
}
.BgClassName
{
background-color: #A9A970;
}
</style>
border-color css
<style>
span { border-color: #A9A970; }
span { border-color: rgb(169,169,112); }
td.TdClassName
{
border-color: #A9A970;
}
.TagClassName
{
border-color: #A9A970;
}
</style>