#AAA32F

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

Shades of Earls Green #AAA32F

Tints of Earls Green #AAA32F

Color information

#AAA32F (or 0xAAA32F) is unknown color: approx Earls Green. HEX triplet: AA, A3 and 2F. RGB value is (170,163,47). Sum of RGB (Red+Green+Blue) = 170+163+47=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA32F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA32F is #555CD0. Grayscale: #989898. Windows color (decimal): -5594321 or 3122090. OLE color: 3122090.

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

Color convert

RGB17016347-
CMYK00.040.720.33
HSL56.59º56.68%42.55%-
HSV(B)56.59º72.35%66.67%-
XYZ30.1934.957.84-
YUV151.8768.82140.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 163 (64.06% from 255) = 42.89%
BLUE value IS 47 (18.75% from 255) = 12.37%
R=44.74%
G=42.89%
B=12.37%

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
Decimal1701634700.040.720.3356.5956.6842.55
HexAAA32F04482139392b
Octal252243570411041717153
Binary101010101010001110111101001001000100001111001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA32F; }

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

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

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

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

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

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

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

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