#AAA629

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

Shades of Earls Green #AAA629

Tints of Earls Green #AAA629

Color information

#AAA629 (or 0xAAA629) is unknown color: approx Earls Green. HEX triplet: AA, A6 and 29. RGB value is (170,166,41). Sum of RGB (Red+Green+Blue) = 170+166+41=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA629 is #5559D6. Grayscale: #999999. Windows color (decimal): -5593559 or 2729642. OLE color: 2729642.

HSL color Cylindrical-coordinate representation of color #AAA629: hue angle of 58.14º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAA629 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17016641-
CMYK00.020.760.33
HSL58.14º61.14%41.37%-
HSV(B)58.14º75.88%66.67%-
XYZ30.6135.987.43-
YUV152.9564.83140.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 166 (65.23% from 255) = 44.03%
BLUE value IS 41 (16.41% from 255) = 10.88%
R=45.09%
G=44.03%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701664100.020.760.3358.1461.1441.37
HexAAA629024C213a3d29
Octal252246510211441727551
Binary10101010101001101010010101001100100001111010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA629; }

 p { color: rgb(170,166,41); }

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

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

 a { background-color: rgb(170,166,41); }

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

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

 span { border-color: rgb(170,166,41); }

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