Shades of Locust #A8AE72
Tints of Locust #A8AE72
RGB
CMYK
RGB Variations
Color information
#A8AE72 (or 0xA8AE72) is known color: Locust. HEX triplet: A8, AE and 72. RGB value is (168,174,114). Sum of RGB (Red+Green+Blue) = 168+174+114=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE72 is #57518D. Grayscale: #A5A5A5. Windows color (decimal): -5722510 or 7515816. OLE color: 7515816.
HSL color Cylindrical-coordinate representation of color #A8AE72: hue angle of 66º degrees, saturation: 0.27, 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 #A8AE72 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 114 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.32 |
| HSL | 66º | 0.27% | 0.56% | - |
| HSV(B) | 66º | 0.34% | 0.68% | - |
| XYZ | 34.32 | 39.81 | 21.8 | - |
| YUV | 165.37 | 99.01 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 114 | 0.03 | 0 | 0.34 | 0.32 | 66 | 0.27 | 0.56 |
| Hex | A8 | AE | 72 | 3 | 0 | 22 | 20 | 42 | 1B | 38 |
| Octal | 250 | 256 | 162 | 3 | 0 | 42 | 40 | 102 | 33 | 70 |
| Binary | 10101000 | 10101110 | 1110010 | 11 | 0 | 100010 | 100000 | 1000010 | 11011 | 111000 |
Color Harmonies of #A8AE72
Complementary color
Monochromatic Colors of #A8AE72
Black with #A8AE72
Text Example
Text Example
White with #A8AE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE72; }
p { color: rgb(168,174,114); }
H1.HeaderClassName
{
color: #A8AE72;
}
.AnyTagClassName
{
color: #A8AE72;
}
</style>
background-color css
<style>
a { background-color: #A8AE72; }
a { background-color: rgb(168,174,114); }
div.DivClassName
{
background-color: #A8AE72;
}
.BgClassName
{
background-color: #A8AE72;
}
</style>
border-color css
<style>
span { border-color: #A8AE72; }
span { border-color: rgb(168,174,114); }
td.TdClassName
{
border-color: #A8AE72;
}
.TagClassName
{
border-color: #A8AE72;
}
</style>