Shades of Locust #A8AF76
Tints of Locust #A8AF76
RGB
CMYK
RGB Variations
Color information
#A8AF76 (or 0xA8AF76) is known color: Locust. HEX triplet: A8, AF and 76. RGB value is (168,175,118). Sum of RGB (Red+Green+Blue) = 168+175+118=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF76 is #575089. Grayscale: #A6A6A6. Windows color (decimal): -5722250 or 7778216. OLE color: 7778216.
HSL color Cylindrical-coordinate representation of color #A8AF76: hue angle of 67.37º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8AF76 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 118 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.31 |
| HSL | 67.37º | 0.26% | 0.57% | - |
| HSV(B) | 67.37º | 0.33% | 0.69% | - |
| XYZ | 34.75 | 40.29 | 23.09 | - |
| YUV | 166.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 118 | 0.04 | 0 | 0.33 | 0.31 | 67.37 | 0.26 | 0.57 |
| Hex | A8 | AF | 76 | 4 | 0 | 21 | 1F | 43 | 1A | 39 |
| Octal | 250 | 257 | 166 | 4 | 0 | 41 | 37 | 103 | 32 | 71 |
| Binary | 10101000 | 10101111 | 1110110 | 100 | 0 | 100001 | 11111 | 1000011 | 11010 | 111001 |
Color Harmonies of #A8AF76
Complementary color
Monochromatic Colors of #A8AF76
Black with #A8AF76
Text Example
Text Example
White with #A8AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF76; }
p { color: rgb(168,175,118); }
H1.HeaderClassName
{
color: #A8AF76;
}
.AnyTagClassName
{
color: #A8AF76;
}
</style>
background-color css
<style>
a { background-color: #A8AF76; }
a { background-color: rgb(168,175,118); }
div.DivClassName
{
background-color: #A8AF76;
}
.BgClassName
{
background-color: #A8AF76;
}
</style>
border-color css
<style>
span { border-color: #A8AF76; }
span { border-color: rgb(168,175,118); }
td.TdClassName
{
border-color: #A8AF76;
}
.TagClassName
{
border-color: #A8AF76;
}
</style>