#A6900C

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

Shades of Lucky #A6900C

Tints of Lucky #A6900C

Color information

#A6900C (or 0xA6900C) is unknown color: approx Lucky. HEX triplet: A6, 90 and 0C. RGB value is (166,144,12). Sum of RGB (Red+Green+Blue) = 166+144+12=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A6900C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6900C is #596FF3. Grayscale: #888888. Windows color (decimal): -5861364 or 823462. OLE color: 823462.

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

Color convert

RGB16614412-
CMYK00.130.930.35
HSL51.43º86.52%34.9%-
HSV(B)51.43º92.77%65.1%-
XYZ25.7728.084.41-
YUV135.5358.29149.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.55%
GREEN value IS 144 (56.64% from 255) = 44.72%
BLUE value IS 12 (5.08% from 255) = 3.73%
R=51.55%
G=44.72%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661441200.130.930.3551.4386.5234.9
HexA690C0D5D23335723
Octal24622014015135436312743
Binary101001101001000011000110110111011000111100111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6900C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6900C; }

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

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

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

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

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

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

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

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