#AAA630

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

Shades of Earls Green #AAA630

Tints of Earls Green #AAA630

Color information

#AAA630 (or 0xAAA630) is unknown color: approx Earls Green. HEX triplet: AA, A6 and 30. RGB value is (170,166,48). Sum of RGB (Red+Green+Blue) = 170+166+48=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA630 is #5559CF. Grayscale: #9A9A9A. Windows color (decimal): -5593552 or 3188394. OLE color: 3188394.

HSL color Cylindrical-coordinate representation of color #AAA630: hue angle of 58.03º 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 #AAA630 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB17016648-
CMYK00.020.720.33
HSL58.03º55.96%42.75%-
HSV(B)58.03º71.76%66.67%-
XYZ30.7536.038.13-
YUV153.7468.33139.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 166 (65.23% from 255) = 43.23%
BLUE value IS 48 (19.14% from 255) = 12.5%
R=44.27%
G=43.23%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701664800.020.720.3358.0355.9642.75
HexAAA6300248213a382b
Octal252246600211041727053
Binary10101010101001101100000101001000100001111010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA630; }

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

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

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

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

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

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

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

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