Shades of Earls Green #AAA530
Tints of Earls Green #AAA530
RGB
CMYK
RGB Variations
Color information
#AAA530 (or 0xAAA530) is known color: Earls Green. HEX triplet: AA, A5 and 30. RGB value is (170,165,48). Sum of RGB (Red+Green+Blue) = 170+165+48=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA530 is #555ACF. Grayscale: #999999. Windows color (decimal): -5593808 or 3188138. OLE color: 3188138.
HSL color Cylindrical-coordinate representation of color #AAA530: hue angle of 57.54º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAA530 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 48 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.33 |
| HSL | 57.54º | 0.56% | 0.43% | - |
| HSV(B) | 57.54º | 0.72% | 0.67% | - |
| XYZ | 30.57 | 35.67 | 8.07 | - |
| YUV | 153.16 | 68.66 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 48 | 0 | 0.03 | 0.72 | 0.33 | 57.54 | 0.56 | 0.43 |
| Hex | AA | A5 | 30 | 0 | 3 | 48 | 21 | 3A | 38 | 2B |
| Octal | 252 | 245 | 60 | 0 | 3 | 110 | 41 | 72 | 70 | 53 |
| Binary | 10101010 | 10100101 | 110000 | 0 | 11 | 1001000 | 100001 | 111010 | 111000 | 101011 |
Color Harmonies of #AAA530
Complementary color
Monochromatic Colors of #AAA530
Black with #AAA530
Text Example
Text Example
White with #AAA530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA530; }
p { color: rgb(170,165,48); }
H1.HeaderClassName
{
color: #AAA530;
}
.AnyTagClassName
{
color: #AAA530;
}
</style>
background-color css
<style>
a { background-color: #AAA530; }
a { background-color: rgb(170,165,48); }
div.DivClassName
{
background-color: #AAA530;
}
.BgClassName
{
background-color: #AAA530;
}
</style>
border-color css
<style>
span { border-color: #AAA530; }
span { border-color: rgb(170,165,48); }
td.TdClassName
{
border-color: #AAA530;
}
.TagClassName
{
border-color: #AAA530;
}
</style>