#A6930E

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

Shades of Lucky #A6930E

Tints of Lucky #A6930E

Color information

#A6930E (or 0xA6930E) is unknown color: approx Lucky. HEX triplet: A6, 93 and 0E. RGB value is (166,147,14). Sum of RGB (Red+Green+Blue) = 166+147+14=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6930E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6930E is #596CF1. Grayscale: #8A8A8A. Windows color (decimal): -5860594 or 955302. OLE color: 955302.

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

Color convert

RGB16614714-
CMYK00.110.920.35
HSL52.5º84.44%35.29%-
HSV(B)52.5º91.57%65.1%-
XYZ26.2429.014.63-
YUV137.5258.29148.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.76%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 14 (5.86% from 255) = 4.28%
R=50.76%
G=44.95%
B=4.28%

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
Decimal1661471400.110.920.3552.584.4435.29
HexA693E0B5C23345423
Octal24622316013134436412443
Binary101001101001001111100101110111001000111101001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6930E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6930E; }

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

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

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

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

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

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

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

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