#A3960D

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

Shades of Lucky #A3960D

Tints of Lucky #A3960D

Color information

#A3960D (or 0xA3960D) is unknown color: approx Lucky. HEX triplet: A3, 96 and 0D. RGB value is (163,150,13). Sum of RGB (Red+Green+Blue) = 163+150+13=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3960D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3960D is #5C69F2. Grayscale: #8A8A8A. Windows color (decimal): -6056435 or 890531. OLE color: 890531.

HSL color Cylindrical-coordinate representation of color #A3960D: hue angle of 54.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3960D is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB16315013-
CMYK00.080.920.36
HSL54.8º85.23%34.51%-
HSV(B)54.8º92.02%63.92%-
XYZ26.0829.634.72-
YUV138.2757.31145.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 13 (5.47% from 255) = 3.99%
R=50%
G=46.01%
B=3.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631501300.080.920.3654.885.2334.51
HexA396D085C24375523
Octal24322615010134446712543
Binary101000111001011011010100010111001001001101111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3960D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3960D; }

 p { color: rgb(163,150,13); }

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

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

 a { background-color: rgb(163,150,13); }

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

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

 span { border-color: rgb(163,150,13); }

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