#A6910E

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

Shades of Lucky #A6910E

Tints of Lucky #A6910E

Color information

#A6910E (or 0xA6910E) is unknown color: approx Lucky. HEX triplet: A6, 91 and 0E. RGB value is (166,145,14). Sum of RGB (Red+Green+Blue) = 166+145+14=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6910E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6910E is #596EF1. Grayscale: #888888. Windows color (decimal): -5861106 or 954790. OLE color: 954790.

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

Color convert

RGB16614514-
CMYK00.130.920.35
HSL51.71º84.44%35.29%-
HSV(B)51.71º91.57%65.1%-
XYZ25.9328.394.53-
YUV136.3458.96149.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 14 (5.86% from 255) = 4.31%
R=51.08%
G=44.62%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661451400.130.920.3551.7184.4435.29
HexA691E0D5C23345423
Octal24622116015134436412443
Binary101001101001000111100110110111001000111101001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6910E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6910E; }

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

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

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

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

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

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

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

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