Shades of Locust #A8AD72
Tints of Locust #A8AD72
RGB
CMYK
RGB Variations
Color information
#A8AD72 (or 0xA8AD72) is known color: Locust. HEX triplet: A8, AD and 72. RGB value is (168,173,114). Sum of RGB (Red+Green+Blue) = 168+173+114=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD72 is #57528D. Grayscale: #A5A5A5. Windows color (decimal): -5722766 or 7515560. OLE color: 7515560.
HSL color Cylindrical-coordinate representation of color #A8AD72: hue angle of 65.08º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8AD72 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 114 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.32 |
| HSL | 65.08º | 0.26% | 0.56% | - |
| HSV(B) | 65.08º | 0.34% | 0.68% | - |
| XYZ | 34.13 | 39.43 | 21.73 | - |
| YUV | 164.78 | 99.34 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 114 | 0.03 | 0 | 0.34 | 0.32 | 65.08 | 0.26 | 0.56 |
| Hex | A8 | AD | 72 | 3 | 0 | 22 | 20 | 41 | 1A | 38 |
| Octal | 250 | 255 | 162 | 3 | 0 | 42 | 40 | 101 | 32 | 70 |
| Binary | 10101000 | 10101101 | 1110010 | 11 | 0 | 100010 | 100000 | 1000001 | 11010 | 111000 |
Color Harmonies of #A8AD72
Complementary color
Monochromatic Colors of #A8AD72
Black with #A8AD72
Text Example
Text Example
White with #A8AD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD72; }
p { color: rgb(168,173,114); }
H1.HeaderClassName
{
color: #A8AD72;
}
.AnyTagClassName
{
color: #A8AD72;
}
</style>
background-color css
<style>
a { background-color: #A8AD72; }
a { background-color: rgb(168,173,114); }
div.DivClassName
{
background-color: #A8AD72;
}
.BgClassName
{
background-color: #A8AD72;
}
</style>
border-color css
<style>
span { border-color: #A8AD72; }
span { border-color: rgb(168,173,114); }
td.TdClassName
{
border-color: #A8AD72;
}
.TagClassName
{
border-color: #A8AD72;
}
</style>