Shades of Locust #A8AA72
Tints of Locust #A8AA72
RGB
CMYK
RGB Variations
Color information
#A8AA72 (or 0xA8AA72) is known color: Locust. HEX triplet: A8, AA and 72. RGB value is (168,170,114). Sum of RGB (Red+Green+Blue) = 168+170+114=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA72 is #57558D. Grayscale: #A3A3A3. Windows color (decimal): -5723534 or 7514792. OLE color: 7514792.
HSL color Cylindrical-coordinate representation of color #A8AA72: hue angle of 62.14º 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 #A8AA72 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 114 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.33 |
| HSL | 62.14º | 0.25% | 0.56% | - |
| HSV(B) | 62.14º | 0.33% | 0.67% | - |
| XYZ | 33.56 | 38.29 | 21.54 | - |
| YUV | 163.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 114 | 0.01 | 0 | 0.33 | 0.33 | 62.14 | 0.25 | 0.56 |
| Hex | A8 | AA | 72 | 1 | 0 | 21 | 21 | 3E | 19 | 38 |
| Octal | 250 | 252 | 162 | 1 | 0 | 41 | 41 | 76 | 31 | 70 |
| Binary | 10101000 | 10101010 | 1110010 | 1 | 0 | 100001 | 100001 | 111110 | 11001 | 111000 |
Color Harmonies of #A8AA72
Complementary color
Monochromatic Colors of #A8AA72
Black with #A8AA72
Text Example
Text Example
White with #A8AA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA72; }
p { color: rgb(168,170,114); }
H1.HeaderClassName
{
color: #A8AA72;
}
.AnyTagClassName
{
color: #A8AA72;
}
</style>
background-color css
<style>
a { background-color: #A8AA72; }
a { background-color: rgb(168,170,114); }
div.DivClassName
{
background-color: #A8AA72;
}
.BgClassName
{
background-color: #A8AA72;
}
</style>
border-color css
<style>
span { border-color: #A8AA72; }
span { border-color: rgb(168,170,114); }
td.TdClassName
{
border-color: #A8AA72;
}
.TagClassName
{
border-color: #A8AA72;
}
</style>