Shades of Locust #AEAF77
Tints of Locust #AEAF77
RGB
CMYK
RGB Variations
Color information
#AEAF77 (or 0xAEAF77) is known color: Locust. HEX triplet: AE, AF and 77. RGB value is (174,175,119). Sum of RGB (Red+Green+Blue) = 174+175+119=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF77 is #515088. Grayscale: #A8A8A8. Windows color (decimal): -5329033 or 7843758. OLE color: 7843758.
HSL color Cylindrical-coordinate representation of color #AEAF77: hue angle of 61.07º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEAF77 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 175 | 119 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.31 |
| HSL | 61.07º | 0.26% | 0.58% | - |
| HSV(B) | 61.07º | 0.32% | 0.69% | - |
| XYZ | 36.12 | 40.99 | 23.46 | - |
| YUV | 168.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 175 | 119 | 0.01 | 0 | 0.32 | 0.31 | 61.07 | 0.26 | 0.58 |
| Hex | AE | AF | 77 | 1 | 0 | 20 | 1F | 3D | 1A | 3A |
| Octal | 256 | 257 | 167 | 1 | 0 | 40 | 37 | 75 | 32 | 72 |
| Binary | 10101110 | 10101111 | 1110111 | 1 | 0 | 100000 | 11111 | 111101 | 11010 | 111010 |
Color Harmonies of #AEAF77
Complementary color
Monochromatic Colors of #AEAF77
Black with #AEAF77
Text Example
Text Example
White with #AEAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAF77; }
p { color: rgb(174,175,119); }
H1.HeaderClassName
{
color: #AEAF77;
}
.AnyTagClassName
{
color: #AEAF77;
}
</style>
background-color css
<style>
a { background-color: #AEAF77; }
a { background-color: rgb(174,175,119); }
div.DivClassName
{
background-color: #AEAF77;
}
.BgClassName
{
background-color: #AEAF77;
}
</style>
border-color css
<style>
span { border-color: #AEAF77; }
span { border-color: rgb(174,175,119); }
td.TdClassName
{
border-color: #AEAF77;
}
.TagClassName
{
border-color: #AEAF77;
}
</style>