#A6920C

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

Shades of Lucky #A6920C

Tints of Lucky #A6920C

Color information

#A6920C (or 0xA6920C) is unknown color: approx Lucky. HEX triplet: A6, 92 and 0C. RGB value is (166,146,12). Sum of RGB (Red+Green+Blue) = 166+146+12=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6920C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6920C is #596DF3. Grayscale: #898989. Windows color (decimal): -5860852 or 823974. OLE color: 823974.

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

Color convert

RGB16614612-
CMYK00.120.930.35
HSL52.21º86.52%34.9%-
HSV(B)52.21º92.77%65.1%-
XYZ26.0728.694.51-
YUV136.757.63148.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.23%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 12 (5.08% from 255) = 3.70%
R=51.23%
G=45.06%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661461200.120.930.3552.2186.5234.9
HexA692C0C5D23345723
Octal24622214014135436412743
Binary101001101001001011000110010111011000111101001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6920C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6920C; }

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

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

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

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

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

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

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

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