#AAA42F

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

Shades of Earls Green #AAA42F

Tints of Earls Green #AAA42F

Color information

#AAA42F (or 0xAAA42F) is unknown color: approx Earls Green. HEX triplet: AA, A4 and 2F. RGB value is (170,164,47). Sum of RGB (Red+Green+Blue) = 170+164+47=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA42F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA42F is #555BD0. Grayscale: #989898. Windows color (decimal): -5594065 or 3122346. OLE color: 3122346.

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

Color convert

RGB17016447-
CMYK00.040.720.33
HSL57.07º56.68%42.55%-
HSV(B)57.07º72.35%66.67%-
XYZ30.3735.37.9-
YUV152.4668.49140.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 164 (64.45% from 255) = 43.04%
BLUE value IS 47 (18.75% from 255) = 12.34%
R=44.62%
G=43.04%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701644700.040.720.3357.0756.6842.55
HexAAA42F04482139392b
Octal252244570411041717153
Binary101010101010010010111101001001000100001111001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA42F; }

 p { color: rgb(170,164,47); }

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

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

 a { background-color: rgb(170,164,47); }

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

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

 span { border-color: rgb(170,164,47); }

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