Shades of Locust #AEAE76
Tints of Locust #AEAE76
RGB
CMYK
RGB Variations
Color information
#AEAE76 (or 0xAEAE76) is known color: Locust. HEX triplet: AE, AE and 76. RGB value is (174,174,118). Sum of RGB (Red+Green+Blue) = 174+174+118=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE76 is #515189. Grayscale: #A7A7A7. Windows color (decimal): -5329290 or 7777966. OLE color: 7777966.
HSL color Cylindrical-coordinate representation of color #AEAE76: hue angle of 60º degrees, saturation: 0.26, 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 #AEAE76 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 174 | 118 | - |
| CMYK | 0 | 0 | 0.32 | 0.32 |
| HSL | 60º | 0.26% | 0.57% | - |
| HSV(B) | 60º | 0.32% | 0.68% | - |
| XYZ | 35.86 | 40.58 | 23.08 | - |
| YUV | 167.62 | 100 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 174 | 118 | 0 | 0 | 0.32 | 0.32 | 60 | 0.26 | 0.57 |
| Hex | AE | AE | 76 | 0 | 0 | 20 | 20 | 3C | 1A | 39 |
| Octal | 256 | 256 | 166 | 0 | 0 | 40 | 40 | 74 | 32 | 71 |
| Binary | 10101110 | 10101110 | 1110110 | 0 | 0 | 100000 | 100000 | 111100 | 11010 | 111001 |
Color Harmonies of #AEAE76
Complementary color
Monochromatic Colors of #AEAE76
Black with #AEAE76
Text Example
Text Example
White with #AEAE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAE76; }
p { color: rgb(174,174,118); }
H1.HeaderClassName
{
color: #AEAE76;
}
.AnyTagClassName
{
color: #AEAE76;
}
</style>
background-color css
<style>
a { background-color: #AEAE76; }
a { background-color: rgb(174,174,118); }
div.DivClassName
{
background-color: #AEAE76;
}
.BgClassName
{
background-color: #AEAE76;
}
</style>
border-color css
<style>
span { border-color: #AEAE76; }
span { border-color: rgb(174,174,118); }
td.TdClassName
{
border-color: #AEAE76;
}
.TagClassName
{
border-color: #AEAE76;
}
</style>