#A6AA27

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

Shades of Earls Green #A6AA27

Tints of Earls Green #A6AA27

Color information

#A6AA27 (or 0xA6AA27) is unknown color: approx Earls Green. HEX triplet: A6, AA and 27. RGB value is (166,170,39). Sum of RGB (Red+Green+Blue) = 166+170+39=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AA27 is #5955D8. Grayscale: #9A9A9A. Windows color (decimal): -5854681 or 2599590. OLE color: 2599590.

HSL color Cylindrical-coordinate representation of color #A6AA27: hue angle of 61.83º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6AA27 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB16617039-
CMYK0.0200.770.33
HSL61.83º62.68%40.98%-
HSV(B)61.83º77.06%66.67%-
XYZ30.47377.46-
YUV153.8763.17136.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 39 (15.62% from 255) = 10.4%
R=44.27%
G=45.33%
B=10.4%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166170390.0200.770.3361.8362.6840.98
HexA6AA27204D213e3f29
Octal246252472011541767751
Binary10100110101010101001111001001101100001111110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AA27; }

 p { color: rgb(166,170,39); }

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

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

 a { background-color: rgb(166,170,39); }

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

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

 span { border-color: rgb(166,170,39); }

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