Shades of Locust #A4AE79
Tints of Locust #A4AE79
RGB
CMYK
RGB Variations
Color information
#A4AE79 (or 0xA4AE79) is known color: Locust. HEX triplet: A4, AE and 79. RGB value is (164,174,121). Sum of RGB (Red+Green+Blue) = 164+174+121=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AE79 is #5B5186. Grayscale: #A5A5A5. Windows color (decimal): -5984647 or 7974564. OLE color: 7974564.
HSL color Cylindrical-coordinate representation of color #A4AE79: hue angle of 71.32º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4AE79 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 174 | 121 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.32 |
| HSL | 71.32º | 0.25% | 0.58% | - |
| HSV(B) | 71.32º | 0.3% | 0.68% | - |
| XYZ | 33.9 | 39.55 | 23.94 | - |
| YUV | 164.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 174 | 121 | 0.06 | 0 | 0.30 | 0.32 | 71.32 | 0.25 | 0.58 |
| Hex | A4 | AE | 79 | 6 | 0 | 1E | 20 | 47 | 19 | 3A |
| Octal | 244 | 256 | 171 | 6 | 0 | 36 | 40 | 107 | 31 | 72 |
| Binary | 10100100 | 10101110 | 1111001 | 110 | 0 | 11110 | 100000 | 1000111 | 11001 | 111010 |
Color Harmonies of #A4AE79
Complementary color
Monochromatic Colors of #A4AE79
Black with #A4AE79
Text Example
Text Example
White with #A4AE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AE79; }
p { color: rgb(164,174,121); }
H1.HeaderClassName
{
color: #A4AE79;
}
.AnyTagClassName
{
color: #A4AE79;
}
</style>
background-color css
<style>
a { background-color: #A4AE79; }
a { background-color: rgb(164,174,121); }
div.DivClassName
{
background-color: #A4AE79;
}
.BgClassName
{
background-color: #A4AE79;
}
</style>
border-color css
<style>
span { border-color: #A4AE79; }
span { border-color: rgb(164,174,121); }
td.TdClassName
{
border-color: #A4AE79;
}
.TagClassName
{
border-color: #A4AE79;
}
</style>