Shades of Locust #A8A772
Tints of Locust #A8A772
RGB
CMYK
RGB Variations
Color information
#A8A772 (or 0xA8A772) is known color: Locust. HEX triplet: A8, A7 and 72. RGB value is (168,167,114). Sum of RGB (Red+Green+Blue) = 168+167+114=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A772 is #57588D. Grayscale: #A1A1A1. Windows color (decimal): -5724302 or 7514024. OLE color: 7514024.
HSL color Cylindrical-coordinate representation of color #A8A772: hue angle of 58.89º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8A772 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 114 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.34 |
| HSL | 58.89º | 0.24% | 0.55% | - |
| HSV(B) | 58.89º | 0.32% | 0.66% | - |
| XYZ | 33 | 37.18 | 21.36 | - |
| YUV | 161.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 114 | 0 | 0.01 | 0.32 | 0.34 | 58.89 | 0.24 | 0.55 |
| Hex | A8 | A7 | 72 | 0 | 1 | 20 | 22 | 3B | 18 | 37 |
| Octal | 250 | 247 | 162 | 0 | 1 | 40 | 42 | 73 | 30 | 67 |
| Binary | 10101000 | 10100111 | 1110010 | 0 | 1 | 100000 | 100010 | 111011 | 11000 | 110111 |
Color Harmonies of #A8A772
Complementary color
Monochromatic Colors of #A8A772
Black with #A8A772
Text Example
Text Example
White with #A8A772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A772; }
p { color: rgb(168,167,114); }
H1.HeaderClassName
{
color: #A8A772;
}
.AnyTagClassName
{
color: #A8A772;
}
</style>
background-color css
<style>
a { background-color: #A8A772; }
a { background-color: rgb(168,167,114); }
div.DivClassName
{
background-color: #A8A772;
}
.BgClassName
{
background-color: #A8A772;
}
</style>
border-color css
<style>
span { border-color: #A8A772; }
span { border-color: rgb(168,167,114); }
td.TdClassName
{
border-color: #A8A772;
}
.TagClassName
{
border-color: #A8A772;
}
</style>