#A6900E

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

Shades of Lucky #A6900E

Tints of Lucky #A6900E

Color information

#A6900E (or 0xA6900E) is unknown color: approx Lucky. HEX triplet: A6, 90 and 0E. RGB value is (166,144,14). Sum of RGB (Red+Green+Blue) = 166+144+14=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6900E is #596FF1. Grayscale: #888888. Windows color (decimal): -5861362 or 954534. OLE color: 954534.

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

Color convert

RGB16614414-
CMYK00.130.920.35
HSL51.32º84.44%35.29%-
HSV(B)51.32º91.57%65.1%-
XYZ25.7828.094.48-
YUV135.7659.29149.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.23%
GREEN value IS 144 (56.64% from 255) = 44.44%
BLUE value IS 14 (5.86% from 255) = 4.32%
R=51.23%
G=44.44%
B=4.32%

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
Decimal1661441400.130.920.3551.3284.4435.29
HexA690E0D5C23335423
Octal24622016015134436312443
Binary101001101001000011100110110111001000111100111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6900E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6900E; }

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

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

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

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

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

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

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

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