#A6A430

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

Shades of Earls Green #A6A430

Tints of Earls Green #A6A430

Color information

#A6A430 (or 0xA6A430) is unknown color: approx Earls Green. HEX triplet: A6, A4 and 30. RGB value is (166,164,48). Sum of RGB (Red+Green+Blue) = 166+164+48=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A430 is #595BCF. Grayscale: #979797. Windows color (decimal): -5856208 or 3187878. OLE color: 3187878.

HSL color Cylindrical-coordinate representation of color #A6A430: hue angle of 58.98º 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 #A6A430 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB16616448-
CMYK00.010.710.35
HSL58.98º55.14%41.96%-
HSV(B)58.98º71.08%65.1%-
XYZ29.5334.877.97-
YUV151.3769.66138.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 48 (19.14% from 255) = 12.70%
R=43.92%
G=43.39%
B=12.70%

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
Decimal1661644800.010.710.3558.9855.1441.96
HexA6A4300147233b372a
Octal246244600110743736752
Binary1010011010100100110000011000111100011111011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A430; }

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

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

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

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

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

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

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

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