#A6A530

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

Shades of Earls Green #A6A530

Tints of Earls Green #A6A530

Color information

#A6A530 (or 0xA6A530) is unknown color: approx Earls Green. HEX triplet: A6, A5 and 30. RGB value is (166,165,48). Sum of RGB (Red+Green+Blue) = 166+165+48=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A530 is #595ACF. Grayscale: #989898. Windows color (decimal): -5855952 or 3188134. OLE color: 3188134.

HSL color Cylindrical-coordinate representation of color #A6A530: hue angle of 59.49º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6A530 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB16616548-
CMYK00.010.710.35
HSL59.49º55.14%41.96%-
HSV(B)59.49º71.08%65.1%-
XYZ29.7135.238.03-
YUV151.9669.33138.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 165 (64.84% from 255) = 43.54%
BLUE value IS 48 (19.14% from 255) = 12.66%
R=43.80%
G=43.54%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661654800.010.710.3559.4955.1441.96
HexA6A5300147233b372a
Octal246245600110743736752
Binary1010011010100101110000011000111100011111011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A530; }

 p { color: rgb(166,165,48); }

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

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

 a { background-color: rgb(166,165,48); }

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

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

 span { border-color: rgb(166,165,48); }

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