Shades of Locust #A4AA84
Tints of Locust #A4AA84
RGB
CMYK
RGB Variations
Color information
#A4AA84 (or 0xA4AA84) is known color: Locust. HEX triplet: A4, AA and 84. RGB value is (164,170,132). Sum of RGB (Red+Green+Blue) = 164+170+132=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AA84 is #5B557B. Grayscale: #A4A4A4. Windows color (decimal): -5985660 or 8694436. OLE color: 8694436.
HSL color Cylindrical-coordinate representation of color #A4AA84: hue angle of 69.47º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4AA84 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 170 | 132 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.33 |
| HSL | 69.47º | 0.18% | 0.59% | - |
| HSV(B) | 69.47º | 0.22% | 0.67% | - |
| XYZ | 33.85 | 38.31 | 27.44 | - |
| YUV | 163.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 132 | 0.04 | 0 | 0.22 | 0.33 | 69.47 | 0.18 | 0.59 |
| Hex | A4 | AA | 84 | 4 | 0 | 16 | 21 | 45 | 12 | 3B |
| Octal | 244 | 252 | 204 | 4 | 0 | 26 | 41 | 105 | 22 | 73 |
| Binary | 10100100 | 10101010 | 10000100 | 100 | 0 | 10110 | 100001 | 1000101 | 10010 | 111011 |
Color Harmonies of #A4AA84
Complementary color
Monochromatic Colors of #A4AA84
Black with #A4AA84
Text Example
Text Example
White with #A4AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AA84; }
p { color: rgb(164,170,132); }
H1.HeaderClassName
{
color: #A4AA84;
}
.AnyTagClassName
{
color: #A4AA84;
}
</style>
background-color css
<style>
a { background-color: #A4AA84; }
a { background-color: rgb(164,170,132); }
div.DivClassName
{
background-color: #A4AA84;
}
.BgClassName
{
background-color: #A4AA84;
}
</style>
border-color css
<style>
span { border-color: #A4AA84; }
span { border-color: rgb(164,170,132); }
td.TdClassName
{
border-color: #A4AA84;
}
.TagClassName
{
border-color: #A4AA84;
}
</style>