Shades of Locust #A8AB72
Tints of Locust #A8AB72
RGB
CMYK
RGB Variations
Color information
#A8AB72 (or 0xA8AB72) is known color: Locust. HEX triplet: A8, AB and 72. RGB value is (168,171,114). Sum of RGB (Red+Green+Blue) = 168+171+114=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB72 is #57548D. Grayscale: #A3A3A3. Windows color (decimal): -5723278 or 7515048. OLE color: 7515048.
HSL color Cylindrical-coordinate representation of color #A8AB72: hue angle of 63.16º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8AB72 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 114 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.33 |
| HSL | 63.16º | 0.25% | 0.56% | - |
| HSV(B) | 63.16º | 0.33% | 0.67% | - |
| XYZ | 33.75 | 38.67 | 21.6 | - |
| YUV | 163.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 114 | 0.02 | 0 | 0.33 | 0.33 | 63.16 | 0.25 | 0.56 |
| Hex | A8 | AB | 72 | 2 | 0 | 21 | 21 | 3F | 19 | 38 |
| Octal | 250 | 253 | 162 | 2 | 0 | 41 | 41 | 77 | 31 | 70 |
| Binary | 10101000 | 10101011 | 1110010 | 10 | 0 | 100001 | 100001 | 111111 | 11001 | 111000 |
Color Harmonies of #A8AB72
Complementary color
Monochromatic Colors of #A8AB72
Black with #A8AB72
Text Example
Text Example
White with #A8AB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB72; }
p { color: rgb(168,171,114); }
H1.HeaderClassName
{
color: #A8AB72;
}
.AnyTagClassName
{
color: #A8AB72;
}
</style>
background-color css
<style>
a { background-color: #A8AB72; }
a { background-color: rgb(168,171,114); }
div.DivClassName
{
background-color: #A8AB72;
}
.BgClassName
{
background-color: #A8AB72;
}
</style>
border-color css
<style>
span { border-color: #A8AB72; }
span { border-color: rgb(168,171,114); }
td.TdClassName
{
border-color: #A8AB72;
}
.TagClassName
{
border-color: #A8AB72;
}
</style>