#AAA625

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

Shades of Earls Green #AAA625

Tints of Earls Green #AAA625

Color information

#AAA625 (or 0xAAA625) is unknown color: approx Earls Green. HEX triplet: AA, A6 and 25. RGB value is (170,166,37). Sum of RGB (Red+Green+Blue) = 170+166+37=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA625 is #5559DA. Grayscale: #999999. Windows color (decimal): -5593563 or 2467498. OLE color: 2467498.

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

Color convert

RGB17016637-
CMYK00.020.780.33
HSL58.2º64.25%40.59%-
HSV(B)58.2º78.24%66.67%-
XYZ30.5535.957.08-
YUV152.4962.83140.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 37 (14.84% from 255) = 9.92%
R=45.58%
G=44.50%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701663700.020.780.3358.264.2540.59
HexAAA625024E213a4029
Octal2522464502116417210051
Binary101010101010011010010101010011101000011110101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA625; }

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

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

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

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

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

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

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

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