Shades of Locust #A8AD71
Tints of Locust #A8AD71
RGB
CMYK
RGB Variations
Color information
#A8AD71 (or 0xA8AD71) is known color: Locust. HEX triplet: A8, AD and 71. RGB value is (168,173,113). Sum of RGB (Red+Green+Blue) = 168+173+113=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD71 is #57528E. Grayscale: #A4A4A4. Windows color (decimal): -5722767 or 7450024. OLE color: 7450024.
HSL color Cylindrical-coordinate representation of color #A8AD71: hue angle of 65º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8AD71 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 113 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.32 |
| HSL | 65º | 0.27% | 0.56% | - |
| HSV(B) | 65º | 0.35% | 0.68% | - |
| XYZ | 34.07 | 39.4 | 21.43 | - |
| YUV | 164.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 113 | 0.03 | 0 | 0.35 | 0.32 | 65 | 0.27 | 0.56 |
| Hex | A8 | AD | 71 | 3 | 0 | 23 | 20 | 41 | 1B | 38 |
| Octal | 250 | 255 | 161 | 3 | 0 | 43 | 40 | 101 | 33 | 70 |
| Binary | 10101000 | 10101101 | 1110001 | 11 | 0 | 100011 | 100000 | 1000001 | 11011 | 111000 |
Color Harmonies of #A8AD71
Complementary color
Monochromatic Colors of #A8AD71
Black with #A8AD71
Text Example
Text Example
White with #A8AD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD71; }
p { color: rgb(168,173,113); }
H1.HeaderClassName
{
color: #A8AD71;
}
.AnyTagClassName
{
color: #A8AD71;
}
</style>
background-color css
<style>
a { background-color: #A8AD71; }
a { background-color: rgb(168,173,113); }
div.DivClassName
{
background-color: #A8AD71;
}
.BgClassName
{
background-color: #A8AD71;
}
</style>
border-color css
<style>
span { border-color: #A8AD71; }
span { border-color: rgb(168,173,113); }
td.TdClassName
{
border-color: #A8AD71;
}
.TagClassName
{
border-color: #A8AD71;
}
</style>