Shades of Locust #A8A76F
Tints of Locust #A8A76F
RGB
CMYK
RGB Variations
Color information
#A8A76F (or 0xA8A76F) is known color: Locust. HEX triplet: A8, A7 and 6F. RGB value is (168,167,111). Sum of RGB (Red+Green+Blue) = 168+167+111=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A76F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A76F is #575890. Grayscale: #A1A1A1. Windows color (decimal): -5724305 or 7317416. OLE color: 7317416.
HSL color Cylindrical-coordinate representation of color #A8A76F: hue angle of 58.95º 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 #A8A76F is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 111 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.34 |
| HSL | 58.95º | 0.25% | 0.55% | - |
| HSV(B) | 58.95º | 0.34% | 0.66% | - |
| XYZ | 32.84 | 37.11 | 20.47 | - |
| YUV | 160.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 111 | 0 | 0.01 | 0.34 | 0.34 | 58.95 | 0.25 | 0.55 |
| Hex | A8 | A7 | 6F | 0 | 1 | 22 | 22 | 3B | 19 | 37 |
| Octal | 250 | 247 | 157 | 0 | 1 | 42 | 42 | 73 | 31 | 67 |
| Binary | 10101000 | 10100111 | 1101111 | 0 | 1 | 100010 | 100010 | 111011 | 11001 | 110111 |
Color Harmonies of #A8A76F
Complementary color
Monochromatic Colors of #A8A76F
Black with #A8A76F
Text Example
Text Example
White with #A8A76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A76F; }
p { color: rgb(168,167,111); }
H1.HeaderClassName
{
color: #A8A76F;
}
.AnyTagClassName
{
color: #A8A76F;
}
</style>
background-color css
<style>
a { background-color: #A8A76F; }
a { background-color: rgb(168,167,111); }
div.DivClassName
{
background-color: #A8A76F;
}
.BgClassName
{
background-color: #A8A76F;
}
</style>
border-color css
<style>
span { border-color: #A8A76F; }
span { border-color: rgb(168,167,111); }
td.TdClassName
{
border-color: #A8A76F;
}
.TagClassName
{
border-color: #A8A76F;
}
</style>