#A6940C

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

Shades of Lucky #A6940C

Tints of Lucky #A6940C

Color information

#A6940C (or 0xA6940C) is unknown color: approx Lucky. HEX triplet: A6, 94 and 0C. RGB value is (166,148,12). Sum of RGB (Red+Green+Blue) = 166+148+12=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6940C is #596BF3. Grayscale: #8A8A8A. Windows color (decimal): -5860340 or 824486. OLE color: 824486.

HSL color Cylindrical-coordinate representation of color #A6940C: hue angle of 52.99º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6940C is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB16614812-
CMYK00.110.930.35
HSL52.99º86.52%34.9%-
HSV(B)52.99º92.77%65.1%-
XYZ26.3829.314.62-
YUV137.8856.96148.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 12 (5.08% from 255) = 3.68%
R=50.92%
G=45.40%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661481200.110.930.3552.9986.5234.9
HexA694C0B5D23355723
Octal24622414013135436512743
Binary101001101001010011000101110111011000111101011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6940C; }

 p { color: rgb(166,148,12); }

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

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

 a { background-color: rgb(166,148,12); }

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

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

 span { border-color: rgb(166,148,12); }

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