Shades of Locust #AEB17E
Tints of Locust #AEB17E
RGB
CMYK
RGB Variations
Color information
#AEB17E (or 0xAEB17E) is known color: Locust. HEX triplet: AE, B1 and 7E. RGB value is (174,177,126). Sum of RGB (Red+Green+Blue) = 174+177+126=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB17E is #514E81. Grayscale: #AAAAAA. Windows color (decimal): -5328514 or 8303022. OLE color: 8303022.
HSL color Cylindrical-coordinate representation of color #AEB17E: hue angle of 63.53º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEB17E is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 177 | 126 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.31 |
| HSL | 63.53º | 0.25% | 0.59% | - |
| HSV(B) | 63.53º | 0.29% | 0.69% | - |
| XYZ | 36.94 | 41.95 | 25.89 | - |
| YUV | 170.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 177 | 126 | 0.02 | 0 | 0.29 | 0.31 | 63.53 | 0.25 | 0.59 |
| Hex | AE | B1 | 7E | 2 | 0 | 1D | 1F | 40 | 19 | 3B |
| Octal | 256 | 261 | 176 | 2 | 0 | 35 | 37 | 100 | 31 | 73 |
| Binary | 10101110 | 10110001 | 1111110 | 10 | 0 | 11101 | 11111 | 1000000 | 11001 | 111011 |
Color Harmonies of #AEB17E
Complementary color
Monochromatic Colors of #AEB17E
Black with #AEB17E
Text Example
Text Example
White with #AEB17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB17E; }
p { color: rgb(174,177,126); }
H1.HeaderClassName
{
color: #AEB17E;
}
.AnyTagClassName
{
color: #AEB17E;
}
</style>
background-color css
<style>
a { background-color: #AEB17E; }
a { background-color: rgb(174,177,126); }
div.DivClassName
{
background-color: #AEB17E;
}
.BgClassName
{
background-color: #AEB17E;
}
</style>
border-color css
<style>
span { border-color: #AEB17E; }
span { border-color: rgb(174,177,126); }
td.TdClassName
{
border-color: #AEB17E;
}
.TagClassName
{
border-color: #AEB17E;
}
</style>