Shades of Locust #A8A76E
Tints of Locust #A8A76E
RGB
CMYK
RGB Variations
Color information
#A8A76E (or 0xA8A76E) is known color: Locust. HEX triplet: A8, A7 and 6E. RGB value is (168,167,110). Sum of RGB (Red+Green+Blue) = 168+167+110=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A76E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A76E is #575891. Grayscale: #A1A1A1. Windows color (decimal): -5724306 or 7251880. OLE color: 7251880.
HSL color Cylindrical-coordinate representation of color #A8A76E: hue angle of 58.97º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8A76E is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 110 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.34 |
| HSL | 58.97º | 0.25% | 0.55% | - |
| HSV(B) | 58.97º | 0.35% | 0.66% | - |
| XYZ | 32.78 | 37.09 | 20.18 | - |
| YUV | 160.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 110 | 0 | 0.01 | 0.35 | 0.34 | 58.97 | 0.25 | 0.55 |
| Hex | A8 | A7 | 6E | 0 | 1 | 23 | 22 | 3B | 19 | 37 |
| Octal | 250 | 247 | 156 | 0 | 1 | 43 | 42 | 73 | 31 | 67 |
| Binary | 10101000 | 10100111 | 1101110 | 0 | 1 | 100011 | 100010 | 111011 | 11001 | 110111 |
Color Harmonies of #A8A76E
Complementary color
Monochromatic Colors of #A8A76E
Black with #A8A76E
Text Example
Text Example
White with #A8A76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A76E; }
p { color: rgb(168,167,110); }
H1.HeaderClassName
{
color: #A8A76E;
}
.AnyTagClassName
{
color: #A8A76E;
}
</style>
background-color css
<style>
a { background-color: #A8A76E; }
a { background-color: rgb(168,167,110); }
div.DivClassName
{
background-color: #A8A76E;
}
.BgClassName
{
background-color: #A8A76E;
}
</style>
border-color css
<style>
span { border-color: #A8A76E; }
span { border-color: rgb(168,167,110); }
td.TdClassName
{
border-color: #A8A76E;
}
.TagClassName
{
border-color: #A8A76E;
}
</style>