Shades of Earls Green #AEAB2B
Tints of Earls Green #AEAB2B
RGB
CMYK
RGB Variations
Color information
#AEAB2B (or 0xAEAB2B) is known color: Earls Green. HEX triplet: AE, AB and 2B. RGB value is (174,171,43). Sum of RGB (Red+Green+Blue) = 174+171+43=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB2B is #5154D4. Grayscale: #9D9D9D. Windows color (decimal): -5330133 or 2861998. OLE color: 2861998.
HSL color Cylindrical-coordinate representation of color #AEAB2B: hue angle of 58.63º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEAB2B is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
RGB | 174 | 171 | 43 | - |
CMYK | 0 | 0.02 | 0.75 | 0.32 |
HSL | 58.63º | 0.6% | 0.43% | - |
HSV(B) | 58.63º | 0.75% | 0.68% | - |
XYZ | 32.45 | 38.3 | 7.97 | - |
YUV | 157.31 | 63.49 | 139.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 171 | 43 | 0 | 0.02 | 0.75 | 0.32 | 58.63 | 0.6 | 0.43 |
Hex | AE | AB | 2B | 0 | 2 | 4B | 20 | 3B | 3C | 2B |
Octal | 256 | 253 | 53 | 0 | 2 | 113 | 40 | 73 | 74 | 53 |
Binary | 10101110 | 10101011 | 101011 | 0 | 10 | 1001011 | 100000 | 111011 | 111100 | 101011 |
Color Harmonies of #AEAB2B
Complementary color
Monochromatic Colors of #AEAB2B
Black with #AEAB2B
Text Example
Text Example
White with #AEAB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB2B; }
p { color: rgb(174,171,43); }
H1.HeaderClassName
{
color: #AEAB2B;
}
.AnyTagClassName
{
color: #AEAB2B;
}
</style>
background-color css
<style>
a { background-color: #AEAB2B; }
a { background-color: rgb(174,171,43); }
div.DivClassName
{
background-color: #AEAB2B;
}
.BgClassName
{
background-color: #AEAB2B;
}
</style>
border-color css
<style>
span { border-color: #AEAB2B; }
span { border-color: rgb(174,171,43); }
td.TdClassName
{
border-color: #AEAB2B;
}
.TagClassName
{
border-color: #AEAB2B;
}
</style>