Shades of Locust #AEB07E
Tints of Locust #AEB07E
RGB
CMYK
RGB Variations
Color information
#AEB07E (or 0xAEB07E) is known color: Locust. HEX triplet: AE, B0 and 7E. RGB value is (174,176,126). Sum of RGB (Red+Green+Blue) = 174+176+126=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB07E is #514F81. Grayscale: #A9A9A9. Windows color (decimal): -5328770 or 8302766. OLE color: 8302766.
HSL color Cylindrical-coordinate representation of color #AEB07E: hue angle of 62.4º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEB07E is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 176 | 126 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.31 |
| HSL | 62.4º | 0.24% | 0.59% | - |
| HSV(B) | 62.4º | 0.28% | 0.69% | - |
| XYZ | 36.75 | 41.56 | 25.82 | - |
| YUV | 169.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 176 | 126 | 0.01 | 0 | 0.28 | 0.31 | 62.4 | 0.24 | 0.59 |
| Hex | AE | B0 | 7E | 1 | 0 | 1C | 1F | 3E | 18 | 3B |
| Octal | 256 | 260 | 176 | 1 | 0 | 34 | 37 | 76 | 30 | 73 |
| Binary | 10101110 | 10110000 | 1111110 | 1 | 0 | 11100 | 11111 | 111110 | 11000 | 111011 |
Color Harmonies of #AEB07E
Complementary color
Monochromatic Colors of #AEB07E
Black with #AEB07E
Text Example
Text Example
White with #AEB07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB07E; }
p { color: rgb(174,176,126); }
H1.HeaderClassName
{
color: #AEB07E;
}
.AnyTagClassName
{
color: #AEB07E;
}
</style>
background-color css
<style>
a { background-color: #AEB07E; }
a { background-color: rgb(174,176,126); }
div.DivClassName
{
background-color: #AEB07E;
}
.BgClassName
{
background-color: #AEB07E;
}
</style>
border-color css
<style>
span { border-color: #AEB07E; }
span { border-color: rgb(174,176,126); }
td.TdClassName
{
border-color: #AEB07E;
}
.TagClassName
{
border-color: #AEB07E;
}
</style>