#A6A42E

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

Shades of Lucky #A6A42E

Tints of Lucky #A6A42E

Color information

#A6A42E (or 0xA6A42E) is unknown color: approx Lucky. HEX triplet: A6, A4 and 2E. RGB value is (166,164,46). Sum of RGB (Red+Green+Blue) = 166+164+46=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A42E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A42E is #595BD1. Grayscale: #979797. Windows color (decimal): -5856210 or 3056806. OLE color: 3056806.

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

Color convert

RGB16616446-
CMYK00.010.720.35
HSL59º56.6%41.57%-
HSV(B)59º72.29%65.1%-
XYZ29.4934.867.76-
YUV151.1568.66138.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 164 (64.45% from 255) = 43.62%
BLUE value IS 46 (18.36% from 255) = 12.23%
R=44.15%
G=43.62%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661644600.010.720.355956.641.57
HexA6A42E0148233b392a
Octal246244560111043737152
Binary1010011010100100101110011001000100011111011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A42E; }

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

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

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

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

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

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

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

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