#AAA725

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

Shades of Earls Green #AAA725

Tints of Earls Green #AAA725

Color information

#AAA725 (or 0xAAA725) is unknown color: approx Earls Green. HEX triplet: AA, A7 and 25. RGB value is (170,167,37). Sum of RGB (Red+Green+Blue) = 170+167+37=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA725 is #5558DA. Grayscale: #999999. Windows color (decimal): -5593307 or 2467754. OLE color: 2467754.

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

Color convert

RGB17016737-
CMYK00.020.780.33
HSL58.65º64.25%40.59%-
HSV(B)58.65º78.24%66.67%-
XYZ30.7336.327.14-
YUV153.0862.49140.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 167 (65.62% from 255) = 44.65%
BLUE value IS 37 (14.84% from 255) = 9.89%
R=45.45%
G=44.65%
B=9.89%

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
Decimal1701673700.020.780.3358.6564.2540.59
HexAAA725024E213b4029
Octal2522474502116417310051
Binary101010101010011110010101010011101000011110111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA725; }

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

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

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

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

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

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

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

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