Shades of Locust #AEB077
Tints of Locust #AEB077
RGB
CMYK
RGB Variations
Color information
#AEB077 (or 0xAEB077) is known color: Locust. HEX triplet: AE, B0 and 77. RGB value is (174,176,119). Sum of RGB (Red+Green+Blue) = 174+176+119=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB077 is #514F88. Grayscale: #A9A9A9. Windows color (decimal): -5328777 or 7844014. OLE color: 7844014.
HSL color Cylindrical-coordinate representation of color #AEB077: hue angle of 62.11º degrees, saturation: 0.27, 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 #AEB077 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 176 | 119 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.31 |
| HSL | 62.11º | 0.27% | 0.58% | - |
| HSV(B) | 62.11º | 0.32% | 0.69% | - |
| XYZ | 36.31 | 41.38 | 23.53 | - |
| YUV | 168.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 176 | 119 | 0.01 | 0 | 0.32 | 0.31 | 62.11 | 0.27 | 0.58 |
| Hex | AE | B0 | 77 | 1 | 0 | 20 | 1F | 3E | 1B | 3A |
| Octal | 256 | 260 | 167 | 1 | 0 | 40 | 37 | 76 | 33 | 72 |
| Binary | 10101110 | 10110000 | 1110111 | 1 | 0 | 100000 | 11111 | 111110 | 11011 | 111010 |
Color Harmonies of #AEB077
Complementary color
Monochromatic Colors of #AEB077
Black with #AEB077
Text Example
Text Example
White with #AEB077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB077; }
p { color: rgb(174,176,119); }
H1.HeaderClassName
{
color: #AEB077;
}
.AnyTagClassName
{
color: #AEB077;
}
</style>
background-color css
<style>
a { background-color: #AEB077; }
a { background-color: rgb(174,176,119); }
div.DivClassName
{
background-color: #AEB077;
}
.BgClassName
{
background-color: #AEB077;
}
</style>
border-color css
<style>
span { border-color: #AEB077; }
span { border-color: rgb(174,176,119); }
td.TdClassName
{
border-color: #AEB077;
}
.TagClassName
{
border-color: #AEB077;
}
</style>