Shades of Locust #A8AF71
Tints of Locust #A8AF71
RGB
CMYK
RGB Variations
Color information
#A8AF71 (or 0xA8AF71) is known color: Locust. HEX triplet: A8, AF and 71. RGB value is (168,175,113). Sum of RGB (Red+Green+Blue) = 168+175+113=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF71 is #57508E. Grayscale: #A6A6A6. Windows color (decimal): -5722255 or 7450536. OLE color: 7450536.
HSL color Cylindrical-coordinate representation of color #A8AF71: hue angle of 66.77º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8AF71 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 113 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.31 |
| HSL | 66.77º | 0.28% | 0.56% | - |
| HSV(B) | 66.77º | 0.35% | 0.69% | - |
| XYZ | 34.46 | 40.18 | 21.56 | - |
| YUV | 165.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 113 | 0.04 | 0 | 0.35 | 0.31 | 66.77 | 0.28 | 0.56 |
| Hex | A8 | AF | 71 | 4 | 0 | 23 | 1F | 43 | 1C | 38 |
| Octal | 250 | 257 | 161 | 4 | 0 | 43 | 37 | 103 | 34 | 70 |
| Binary | 10101000 | 10101111 | 1110001 | 100 | 0 | 100011 | 11111 | 1000011 | 11100 | 111000 |
Color Harmonies of #A8AF71
Complementary color
Monochromatic Colors of #A8AF71
Black with #A8AF71
Text Example
Text Example
White with #A8AF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF71; }
p { color: rgb(168,175,113); }
H1.HeaderClassName
{
color: #A8AF71;
}
.AnyTagClassName
{
color: #A8AF71;
}
</style>
background-color css
<style>
a { background-color: #A8AF71; }
a { background-color: rgb(168,175,113); }
div.DivClassName
{
background-color: #A8AF71;
}
.BgClassName
{
background-color: #A8AF71;
}
</style>
border-color css
<style>
span { border-color: #A8AF71; }
span { border-color: rgb(168,175,113); }
td.TdClassName
{
border-color: #A8AF71;
}
.TagClassName
{
border-color: #A8AF71;
}
</style>