#AAA825

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

Shades of Earls Green #AAA825

Tints of Earls Green #AAA825

Color information

#AAA825 (or 0xAAA825) is unknown color: approx Earls Green. HEX triplet: AA, A8 and 25. RGB value is (170,168,37). Sum of RGB (Red+Green+Blue) = 170+168+37=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA825 is #5557DA. Grayscale: #9A9A9A. Windows color (decimal): -5593051 or 2468010. OLE color: 2468010.

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

Color convert

RGB17016837-
CMYK00.010.780.33
HSL59.1º64.25%40.59%-
HSV(B)59.1º78.24%66.67%-
XYZ30.9136.687.2-
YUV153.6662.16139.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 168 (66.02% from 255) = 44.8%
BLUE value IS 37 (14.84% from 255) = 9.87%
R=45.33%
G=44.8%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701683700.010.780.3359.164.2540.59
HexAAA825014E213b4029
Octal2522504501116417310051
Binary10101010101010001001010110011101000011110111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA825; }

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

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

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

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

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

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

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

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