#A6940E

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

Shades of Lucky #A6940E

Tints of Lucky #A6940E

Color information

#A6940E (or 0xA6940E) is unknown color: approx Lucky. HEX triplet: A6, 94 and 0E. RGB value is (166,148,14). Sum of RGB (Red+Green+Blue) = 166+148+14=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6940E is #596BF1. Grayscale: #8A8A8A. Windows color (decimal): -5860338 or 955558. OLE color: 955558.

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

Color convert

RGB16614814-
CMYK00.110.920.35
HSL52.89º84.44%35.29%-
HSV(B)52.89º91.57%65.1%-
XYZ26.429.324.68-
YUV138.1157.96147.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.61%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 14 (5.86% from 255) = 4.27%
R=50.61%
G=45.12%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661481400.110.920.3552.8984.4435.29
HexA694E0B5C23355423
Octal24622416013134436512443
Binary101001101001010011100101110111001000111101011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6940E; }

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

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

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

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

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

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

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

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