Shades of Locust #A8AF72
Tints of Locust #A8AF72
RGB
CMYK
RGB Variations
Color information
#A8AF72 (or 0xA8AF72) is known color: Locust. HEX triplet: A8, AF and 72. RGB value is (168,175,114). Sum of RGB (Red+Green+Blue) = 168+175+114=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF72 is #57508D. Grayscale: #A6A6A6. Windows color (decimal): -5722254 or 7516072. OLE color: 7516072.
HSL color Cylindrical-coordinate representation of color #A8AF72: hue angle of 66.89º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8AF72 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 114 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.31 |
| HSL | 66.89º | 0.28% | 0.57% | - |
| HSV(B) | 66.89º | 0.35% | 0.69% | - |
| XYZ | 34.52 | 40.2 | 21.86 | - |
| YUV | 165.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 114 | 0.04 | 0 | 0.35 | 0.31 | 66.89 | 0.28 | 0.57 |
| Hex | A8 | AF | 72 | 4 | 0 | 23 | 1F | 43 | 1C | 39 |
| Octal | 250 | 257 | 162 | 4 | 0 | 43 | 37 | 103 | 34 | 71 |
| Binary | 10101000 | 10101111 | 1110010 | 100 | 0 | 100011 | 11111 | 1000011 | 11100 | 111001 |
Color Harmonies of #A8AF72
Complementary color
Monochromatic Colors of #A8AF72
Black with #A8AF72
Text Example
Text Example
White with #A8AF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF72; }
p { color: rgb(168,175,114); }
H1.HeaderClassName
{
color: #A8AF72;
}
.AnyTagClassName
{
color: #A8AF72;
}
</style>
background-color css
<style>
a { background-color: #A8AF72; }
a { background-color: rgb(168,175,114); }
div.DivClassName
{
background-color: #A8AF72;
}
.BgClassName
{
background-color: #A8AF72;
}
</style>
border-color css
<style>
span { border-color: #A8AF72; }
span { border-color: rgb(168,175,114); }
td.TdClassName
{
border-color: #A8AF72;
}
.TagClassName
{
border-color: #A8AF72;
}
</style>