Shades of Locust #AEB27C
Tints of Locust #AEB27C
RGB
CMYK
RGB Variations
Color information
#AEB27C (or 0xAEB27C) is known color: Locust. HEX triplet: AE, B2 and 7C. RGB value is (174,178,124). Sum of RGB (Red+Green+Blue) = 174+178+124=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB27C is #514D83. Grayscale: #AAAAAA. Windows color (decimal): -5328260 or 8172206. OLE color: 8172206.
HSL color Cylindrical-coordinate representation of color #AEB27C: hue angle of 64.44º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEB27C is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 178 | 124 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.30 |
| HSL | 64.44º | 0.26% | 0.59% | - |
| HSV(B) | 64.44º | 0.3% | 0.7% | - |
| XYZ | 37.01 | 42.29 | 25.28 | - |
| YUV | 170.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 178 | 124 | 0.02 | 0 | 0.30 | 0.30 | 64.44 | 0.26 | 0.59 |
| Hex | AE | B2 | 7C | 2 | 0 | 1E | 1E | 40 | 1A | 3B |
| Octal | 256 | 262 | 174 | 2 | 0 | 36 | 36 | 100 | 32 | 73 |
| Binary | 10101110 | 10110010 | 1111100 | 10 | 0 | 11110 | 11110 | 1000000 | 11010 | 111011 |
Color Harmonies of #AEB27C
Complementary color
Monochromatic Colors of #AEB27C
Black with #AEB27C
Text Example
Text Example
White with #AEB27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB27C; }
p { color: rgb(174,178,124); }
H1.HeaderClassName
{
color: #AEB27C;
}
.AnyTagClassName
{
color: #AEB27C;
}
</style>
background-color css
<style>
a { background-color: #AEB27C; }
a { background-color: rgb(174,178,124); }
div.DivClassName
{
background-color: #AEB27C;
}
.BgClassName
{
background-color: #AEB27C;
}
</style>
border-color css
<style>
span { border-color: #AEB27C; }
span { border-color: rgb(174,178,124); }
td.TdClassName
{
border-color: #AEB27C;
}
.TagClassName
{
border-color: #AEB27C;
}
</style>