Shades of Locust #AEB17C
Tints of Locust #AEB17C
RGB
CMYK
RGB Variations
Color information
#AEB17C (or 0xAEB17C) is known color: Locust. HEX triplet: AE, B1 and 7C. RGB value is (174,177,124). Sum of RGB (Red+Green+Blue) = 174+177+124=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB17C is #514E83. Grayscale: #AAAAAA. Windows color (decimal): -5328516 or 8171950. OLE color: 8171950.
HSL color Cylindrical-coordinate representation of color #AEB17C: hue angle of 63.4º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEB17C is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 177 | 124 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.31 |
| HSL | 63.4º | 0.25% | 0.59% | - |
| HSV(B) | 63.4º | 0.3% | 0.69% | - |
| XYZ | 36.82 | 41.9 | 25.22 | - |
| YUV | 170.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 177 | 124 | 0.02 | 0 | 0.30 | 0.31 | 63.4 | 0.25 | 0.59 |
| Hex | AE | B1 | 7C | 2 | 0 | 1E | 1F | 3F | 19 | 3B |
| Octal | 256 | 261 | 174 | 2 | 0 | 36 | 37 | 77 | 31 | 73 |
| Binary | 10101110 | 10110001 | 1111100 | 10 | 0 | 11110 | 11111 | 111111 | 11001 | 111011 |
Color Harmonies of #AEB17C
Complementary color
Monochromatic Colors of #AEB17C
Black with #AEB17C
Text Example
Text Example
White with #AEB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB17C; }
p { color: rgb(174,177,124); }
H1.HeaderClassName
{
color: #AEB17C;
}
.AnyTagClassName
{
color: #AEB17C;
}
</style>
background-color css
<style>
a { background-color: #AEB17C; }
a { background-color: rgb(174,177,124); }
div.DivClassName
{
background-color: #AEB17C;
}
.BgClassName
{
background-color: #AEB17C;
}
</style>
border-color css
<style>
span { border-color: #AEB17C; }
span { border-color: rgb(174,177,124); }
td.TdClassName
{
border-color: #AEB17C;
}
.TagClassName
{
border-color: #AEB17C;
}
</style>