#A5AA2A

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

Shades of Earls Green #A5AA2A

Tints of Earls Green #A5AA2A

Color information

#A5AA2A (or 0xA5AA2A) is unknown color: approx Earls Green. HEX triplet: A5, AA and 2A. RGB value is (165,170,42). Sum of RGB (Red+Green+Blue) = 165+170+42=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AA2A is #5A55D5. Grayscale: #9A9A9A. Windows color (decimal): -5920214 or 2796197. OLE color: 2796197.

HSL color Cylindrical-coordinate representation of color #A5AA2A: hue angle of 62.34º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5AA2A is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB16517042-
CMYK0.0300.750.33
HSL62.34º60.38%41.57%-
HSV(B)62.34º75.29%66.67%-
XYZ30.3136.927.72-
YUV153.9164.84135.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 170 (66.80% from 255) = 45.09%
BLUE value IS 42 (16.80% from 255) = 11.14%
R=43.77%
G=45.09%
B=11.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165170420.0300.750.3362.3460.3841.57
HexA5AA2A304B213e3c2a
Octal245252523011341767452
Binary10100101101010101010101101001011100001111110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA2A; }

 p { color: rgb(165,170,42); }

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

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

 a { background-color: rgb(165,170,42); }

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

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

 span { border-color: rgb(165,170,42); }

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