Shades of Locust #AEAE74
Tints of Locust #AEAE74
RGB
CMYK
RGB Variations
Color information
#AEAE74 (or 0xAEAE74) is known color: Locust. HEX triplet: AE, AE and 74. RGB value is (174,174,116). Sum of RGB (Red+Green+Blue) = 174+174+116=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE74 is #51518B. Grayscale: #A7A7A7. Windows color (decimal): -5329292 or 7646894. OLE color: 7646894.
HSL color Cylindrical-coordinate representation of color #AEAE74: 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.33%. Process color model (Four color, CMYK) of #AEAE74 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 174 | 116 | - |
| CMYK | 0 | 0 | 0.33 | 0.32 |
| HSL | 60º | 0.26% | 0.57% | - |
| HSV(B) | 60º | 0.33% | 0.68% | - |
| XYZ | 35.74 | 40.53 | 22.46 | - |
| YUV | 167.39 | 99 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 174 | 116 | 0 | 0 | 0.33 | 0.32 | 60 | 0.26 | 0.57 |
| Hex | AE | AE | 74 | 0 | 0 | 21 | 20 | 3C | 1A | 39 |
| Octal | 256 | 256 | 164 | 0 | 0 | 41 | 40 | 74 | 32 | 71 |
| Binary | 10101110 | 10101110 | 1110100 | 0 | 0 | 100001 | 100000 | 111100 | 11010 | 111001 |
Color Harmonies of #AEAE74
Complementary color
Monochromatic Colors of #AEAE74
Black with #AEAE74
Text Example
Text Example
White with #AEAE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAE74; }
p { color: rgb(174,174,116); }
H1.HeaderClassName
{
color: #AEAE74;
}
.AnyTagClassName
{
color: #AEAE74;
}
</style>
background-color css
<style>
a { background-color: #AEAE74; }
a { background-color: rgb(174,174,116); }
div.DivClassName
{
background-color: #AEAE74;
}
.BgClassName
{
background-color: #AEAE74;
}
</style>
border-color css
<style>
span { border-color: #AEAE74; }
span { border-color: rgb(174,174,116); }
td.TdClassName
{
border-color: #AEAE74;
}
.TagClassName
{
border-color: #AEAE74;
}
</style>