Shades of Locust #A8A888
Tints of Locust #A8A888
RGB
CMYK
RGB Variations
Color information
#A8A888 (or 0xA8A888) is known color: Locust. HEX triplet: A8, A8 and 88. RGB value is (168,168,136). Sum of RGB (Red+Green+Blue) = 168+168+136=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A888 is #575777. Grayscale: #A4A4A4. Windows color (decimal): -5724024 or 8956072. OLE color: 8956072.
HSL color Cylindrical-coordinate representation of color #A8A888: hue angle of 60º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8A888 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 168 | 136 | - |
| CMYK | 0 | 0 | 0.19 | 0.34 |
| HSL | 60º | 0.16% | 0.6% | - |
| HSV(B) | 60º | 0.19% | 0.66% | - |
| XYZ | 34.6 | 38.11 | 28.82 | - |
| YUV | 164.35 | 112 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 168 | 136 | 0 | 0 | 0.19 | 0.34 | 60 | 0.16 | 0.6 |
| Hex | A8 | A8 | 88 | 0 | 0 | 13 | 22 | 3C | 10 | 3C |
| Octal | 250 | 250 | 210 | 0 | 0 | 23 | 42 | 74 | 20 | 74 |
| Binary | 10101000 | 10101000 | 10001000 | 0 | 0 | 10011 | 100010 | 111100 | 10000 | 111100 |
Color Harmonies of #A8A888
Complementary color
Monochromatic Colors of #A8A888
Black with #A8A888
Text Example
Text Example
White with #A8A888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A888; }
p { color: rgb(168,168,136); }
H1.HeaderClassName
{
color: #A8A888;
}
.AnyTagClassName
{
color: #A8A888;
}
</style>
background-color css
<style>
a { background-color: #A8A888; }
a { background-color: rgb(168,168,136); }
div.DivClassName
{
background-color: #A8A888;
}
.BgClassName
{
background-color: #A8A888;
}
</style>
border-color css
<style>
span { border-color: #A8A888; }
span { border-color: rgb(168,168,136); }
td.TdClassName
{
border-color: #A8A888;
}
.TagClassName
{
border-color: #A8A888;
}
</style>