Shades of Locust #A8AC70
Tints of Locust #A8AC70
RGB
CMYK
RGB Variations
Color information
#A8AC70 (or 0xA8AC70) is known color: Locust. HEX triplet: A8, AC and 70. RGB value is (168,172,112). Sum of RGB (Red+Green+Blue) = 168+172+112=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC70 is #57538F. Grayscale: #A4A4A4. Windows color (decimal): -5723024 or 7384232. OLE color: 7384232.
HSL color Cylindrical-coordinate representation of color #A8AC70: hue angle of 64º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8AC70 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 112 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.33 |
| HSL | 64º | 0.27% | 0.56% | - |
| HSV(B) | 64º | 0.35% | 0.67% | - |
| XYZ | 33.83 | 39 | 21.07 | - |
| YUV | 163.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 112 | 0.02 | 0 | 0.35 | 0.33 | 64 | 0.27 | 0.56 |
| Hex | A8 | AC | 70 | 2 | 0 | 23 | 21 | 40 | 1B | 38 |
| Octal | 250 | 254 | 160 | 2 | 0 | 43 | 41 | 100 | 33 | 70 |
| Binary | 10101000 | 10101100 | 1110000 | 10 | 0 | 100011 | 100001 | 1000000 | 11011 | 111000 |
Color Harmonies of #A8AC70
Complementary color
Monochromatic Colors of #A8AC70
Black with #A8AC70
Text Example
Text Example
White with #A8AC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC70; }
p { color: rgb(168,172,112); }
H1.HeaderClassName
{
color: #A8AC70;
}
.AnyTagClassName
{
color: #A8AC70;
}
</style>
background-color css
<style>
a { background-color: #A8AC70; }
a { background-color: rgb(168,172,112); }
div.DivClassName
{
background-color: #A8AC70;
}
.BgClassName
{
background-color: #A8AC70;
}
</style>
border-color css
<style>
span { border-color: #A8AC70; }
span { border-color: rgb(168,172,112); }
td.TdClassName
{
border-color: #A8AC70;
}
.TagClassName
{
border-color: #A8AC70;
}
</style>