Shades of Locust #A4A486
Tints of Locust #A4A486
RGB
CMYK
RGB Variations
Color information
#A4A486 (or 0xA4A486) is known color: Locust. HEX triplet: A4, A4 and 86. RGB value is (164,164,134). Sum of RGB (Red+Green+Blue) = 164+164+134=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A486 is #5B5B79. Grayscale: #A0A0A0. Windows color (decimal): -5987194 or 8823972. OLE color: 8823972.
HSL color Cylindrical-coordinate representation of color #A4A486: hue angle of 60º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4A486 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 164 | 134 | - |
| CMYK | 0 | 0 | 0.18 | 0.36 |
| HSL | 60º | 0.14% | 0.58% | - |
| HSV(B) | 60º | 0.18% | 0.64% | - |
| XYZ | 32.89 | 36.16 | 27.8 | - |
| YUV | 160.58 | 113 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 164 | 134 | 0 | 0 | 0.18 | 0.36 | 60 | 0.14 | 0.58 |
| Hex | A4 | A4 | 86 | 0 | 0 | 12 | 24 | 3C | E | 3A |
| Octal | 244 | 244 | 206 | 0 | 0 | 22 | 44 | 74 | 16 | 72 |
| Binary | 10100100 | 10100100 | 10000110 | 0 | 0 | 10010 | 100100 | 111100 | 1110 | 111010 |
Color Harmonies of #A4A486
Complementary color
Monochromatic Colors of #A4A486
Black with #A4A486
Text Example
Text Example
White with #A4A486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A486; }
p { color: rgb(164,164,134); }
H1.HeaderClassName
{
color: #A4A486;
}
.AnyTagClassName
{
color: #A4A486;
}
</style>
background-color css
<style>
a { background-color: #A4A486; }
a { background-color: rgb(164,164,134); }
div.DivClassName
{
background-color: #A4A486;
}
.BgClassName
{
background-color: #A4A486;
}
</style>
border-color css
<style>
span { border-color: #A4A486; }
span { border-color: rgb(164,164,134); }
td.TdClassName
{
border-color: #A4A486;
}
.TagClassName
{
border-color: #A4A486;
}
</style>