Shades of Locust #A4A688
Tints of Locust #A4A688
RGB
CMYK
RGB Variations
Color information
#A4A688 (or 0xA4A688) is known color: Locust. HEX triplet: A4, A6 and 88. RGB value is (164,166,136). Sum of RGB (Red+Green+Blue) = 164+166+136=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A688 is #5B5977. Grayscale: #A2A2A2. Windows color (decimal): -5986680 or 8955556. OLE color: 8955556.
HSL color Cylindrical-coordinate representation of color #A4A688: hue angle of 64º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4A688 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 166 | 136 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.35 |
| HSL | 64º | 0.14% | 0.59% | - |
| HSV(B) | 64º | 0.18% | 0.65% | - |
| XYZ | 33.39 | 36.94 | 28.66 | - |
| YUV | 161.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 136 | 0.01 | 0 | 0.18 | 0.35 | 64 | 0.14 | 0.59 |
| Hex | A4 | A6 | 88 | 1 | 0 | 12 | 23 | 40 | E | 3B |
| Octal | 244 | 246 | 210 | 1 | 0 | 22 | 43 | 100 | 16 | 73 |
| Binary | 10100100 | 10100110 | 10001000 | 1 | 0 | 10010 | 100011 | 1000000 | 1110 | 111011 |
Color Harmonies of #A4A688
Complementary color
Monochromatic Colors of #A4A688
Black with #A4A688
Text Example
Text Example
White with #A4A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A688; }
p { color: rgb(164,166,136); }
H1.HeaderClassName
{
color: #A4A688;
}
.AnyTagClassName
{
color: #A4A688;
}
</style>
background-color css
<style>
a { background-color: #A4A688; }
a { background-color: rgb(164,166,136); }
div.DivClassName
{
background-color: #A4A688;
}
.BgClassName
{
background-color: #A4A688;
}
</style>
border-color css
<style>
span { border-color: #A4A688; }
span { border-color: rgb(164,166,136); }
td.TdClassName
{
border-color: #A4A688;
}
.TagClassName
{
border-color: #A4A688;
}
</style>