Shades of Locust #A4AA7C
Tints of Locust #A4AA7C
RGB
CMYK
RGB Variations
Color information
#A4AA7C (or 0xA4AA7C) is known color: Locust. HEX triplet: A4, AA and 7C. RGB value is (164,170,124). Sum of RGB (Red+Green+Blue) = 164+170+124=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA7C is #5B5583. Grayscale: #A3A3A3. Windows color (decimal): -5985668 or 8170148. OLE color: 8170148.
HSL color Cylindrical-coordinate representation of color #A4AA7C: hue angle of 67.83º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4AA7C is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 170 | 124 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.33 |
| HSL | 67.83º | 0.21% | 0.58% | - |
| HSV(B) | 67.83º | 0.27% | 0.67% | - |
| XYZ | 33.32 | 38.1 | 24.67 | - |
| YUV | 162.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 124 | 0.04 | 0 | 0.27 | 0.33 | 67.83 | 0.21 | 0.58 |
| Hex | A4 | AA | 7C | 4 | 0 | 1B | 21 | 44 | 15 | 3A |
| Octal | 244 | 252 | 174 | 4 | 0 | 33 | 41 | 104 | 25 | 72 |
| Binary | 10100100 | 10101010 | 1111100 | 100 | 0 | 11011 | 100001 | 1000100 | 10101 | 111010 |
Color Harmonies of #A4AA7C
Complementary color
Monochromatic Colors of #A4AA7C
Black with #A4AA7C
Text Example
Text Example
White with #A4AA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AA7C; }
p { color: rgb(164,170,124); }
H1.HeaderClassName
{
color: #A4AA7C;
}
.AnyTagClassName
{
color: #A4AA7C;
}
</style>
background-color css
<style>
a { background-color: #A4AA7C; }
a { background-color: rgb(164,170,124); }
div.DivClassName
{
background-color: #A4AA7C;
}
.BgClassName
{
background-color: #A4AA7C;
}
</style>
border-color css
<style>
span { border-color: #A4AA7C; }
span { border-color: rgb(164,170,124); }
td.TdClassName
{
border-color: #A4AA7C;
}
.TagClassName
{
border-color: #A4AA7C;
}
</style>