#AAA627

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

Shades of Earls Green #AAA627

Tints of Earls Green #AAA627

Color information

#AAA627 (or 0xAAA627) is unknown color: approx Earls Green. HEX triplet: AA, A6 and 27. RGB value is (170,166,39). Sum of RGB (Red+Green+Blue) = 170+166+39=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA627 is #5559D8. Grayscale: #999999. Windows color (decimal): -5593561 or 2598570. OLE color: 2598570.

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

Color convert

RGB17016639-
CMYK00.020.770.33
HSL58.17º62.68%40.98%-
HSV(B)58.17º77.06%66.67%-
XYZ30.5835.967.25-
YUV152.7263.83140.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 166 (65.23% from 255) = 44.27%
BLUE value IS 39 (15.62% from 255) = 10.4%
R=45.33%
G=44.27%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701663900.020.770.3358.1762.6840.98
HexAAA627024D213a3f29
Octal252246470211541727751
Binary10101010101001101001110101001101100001111010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA627; }

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

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

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

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

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

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

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

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