Shades of Locust #A4AE77
Tints of Locust #A4AE77
RGB
CMYK
RGB Variations
Color information
#A4AE77 (or 0xA4AE77) is known color: Locust. HEX triplet: A4, AE and 77. RGB value is (164,174,119). Sum of RGB (Red+Green+Blue) = 164+174+119=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AE77 is #5B5188. Grayscale: #A4A4A4. Windows color (decimal): -5984649 or 7843492. OLE color: 7843492.
HSL color Cylindrical-coordinate representation of color #A4AE77: hue angle of 70.91º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4AE77 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 174 | 119 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.32 |
| HSL | 70.91º | 0.25% | 0.57% | - |
| HSV(B) | 70.91º | 0.32% | 0.68% | - |
| XYZ | 33.78 | 39.5 | 23.3 | - |
| YUV | 164.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 174 | 119 | 0.06 | 0 | 0.32 | 0.32 | 70.91 | 0.25 | 0.57 |
| Hex | A4 | AE | 77 | 6 | 0 | 20 | 20 | 47 | 19 | 39 |
| Octal | 244 | 256 | 167 | 6 | 0 | 40 | 40 | 107 | 31 | 71 |
| Binary | 10100100 | 10101110 | 1110111 | 110 | 0 | 100000 | 100000 | 1000111 | 11001 | 111001 |
Color Harmonies of #A4AE77
Complementary color
Monochromatic Colors of #A4AE77
Black with #A4AE77
Text Example
Text Example
White with #A4AE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AE77; }
p { color: rgb(164,174,119); }
H1.HeaderClassName
{
color: #A4AE77;
}
.AnyTagClassName
{
color: #A4AE77;
}
</style>
background-color css
<style>
a { background-color: #A4AE77; }
a { background-color: rgb(164,174,119); }
div.DivClassName
{
background-color: #A4AE77;
}
.BgClassName
{
background-color: #A4AE77;
}
</style>
border-color css
<style>
span { border-color: #A4AE77; }
span { border-color: rgb(164,174,119); }
td.TdClassName
{
border-color: #A4AE77;
}
.TagClassName
{
border-color: #A4AE77;
}
</style>