#AAA631

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

Shades of Earls Green #AAA631

Tints of Earls Green #AAA631

Color information

#AAA631 (or 0xAAA631) is unknown color: approx Earls Green. HEX triplet: AA, A6 and 31. RGB value is (170,166,49). Sum of RGB (Red+Green+Blue) = 170+166+49=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA631 is #5559CE. Grayscale: #9A9A9A. Windows color (decimal): -5593551 or 3253930. OLE color: 3253930.

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

Color convert

RGB17016649-
CMYK00.020.710.33
HSL58.02º55.25%42.94%-
HSV(B)58.02º71.18%66.67%-
XYZ30.7736.048.24-
YUV153.8668.83139.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 166 (65.23% from 255) = 43.12%
BLUE value IS 49 (19.53% from 255) = 12.73%
R=44.16%
G=43.12%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701664900.020.710.3358.0255.2542.94
HexAAA6310247213a372b
Octal252246610210741726753
Binary10101010101001101100010101000111100001111010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA631; }

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

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

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

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

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

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

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

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