#AAA821

Color #AAA821 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #AAA821

Tints of Earls Green #AAA821

Color information

#AAA821 (or 0xAAA821) is unknown color: approx Earls Green. HEX triplet: AA, A8 and 21. RGB value is (170,168,33). Sum of RGB (Red+Green+Blue) = 170+168+33=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA821 is #5557DE. Grayscale: #999999. Windows color (decimal): -5593055 or 2205866. OLE color: 2205866.

HSL color Cylindrical-coordinate representation of color #AAA821: hue angle of 59.12º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAA821 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17016833-
CMYK00.010.810.33
HSL59.12º67.49%39.8%-
HSV(B)59.12º80.59%66.67%-
XYZ30.8536.666.89-
YUV153.2160.16139.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 168 (66.02% from 255) = 45.28%
BLUE value IS 33 (13.28% from 255) = 8.89%
R=45.82%
G=45.28%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701683300.010.810.3359.1267.4939.8
HexAAA8210151213b4328
Octal2522504101121417310350
Binary10101010101010001000010110100011000011110111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA821; }

 p { color: rgb(170,168,33); }

 H1.HeaderClassName
 {
   color: #AAA821;
 }
 .AnyTagClassName
 {
   color: #AAA821;
 }
</style>
background-color css

<style>
 a { background-color: #AAA821; }

 a { background-color: rgb(170,168,33); }

 div.DivClassName
 {
   background-color: #AAA821;
 }
 .BgClassName
 {
   background-color: #AAA821;
 }
</style>
border-color css

<style>
 span { border-color: #AAA821; }

 span { border-color: rgb(170,168,33); }

 td.TdClassName
 {
   border-color: #AAA821;
 }
 .TagClassName
 {
   border-color: #AAA821;
 }
</style>