#A1960E

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

Shades of Lucky #A1960E

Tints of Lucky #A1960E

Color information

#A1960E (or 0xA1960E) is unknown color: approx Lucky. HEX triplet: A1, 96 and 0E. RGB value is (161,150,14). Sum of RGB (Red+Green+Blue) = 161+150+14=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1960E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1960E is #5E69F1. Grayscale: #8A8A8A. Windows color (decimal): -6187506 or 956065. OLE color: 956065.

HSL color Cylindrical-coordinate representation of color #A1960E: hue angle of 55.51º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1960E is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB16115014-
CMYK00.070.910.37
HSL55.51º84%34.31%-
HSV(B)55.51º91.3%63.14%-
XYZ25.6829.424.74-
YUV137.7858.14144.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 14 (5.86% from 255) = 4.31%
R=49.54%
G=46.15%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611501400.070.910.3755.518434.31
HexA196E075B25385422
Octal2412261607133457012442
Binary10100001100101101110011110110111001011110001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1960E; }

 p { color: rgb(161,150,14); }

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

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

 a { background-color: rgb(161,150,14); }

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

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

 span { border-color: rgb(161,150,14); }

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