#a3910c

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

Shades of Lucky #A3910C

Tints of Lucky #A3910C

Color information

#A3910C (or 0xA3910C) is unknown color: approx Lucky. HEX triplet: A3, 91 and 0C. RGB value is (163,145,12). Sum of RGB (Red+Green+Blue) = 163+145+12=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A3910C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3910C is #5C6EF3. Grayscale: #878787. Windows color (decimal): -6057716 or 823715. OLE color: 823715.

HSL color Cylindrical-coordinate representation of color #A3910C: hue angle of 52.85º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3910C is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB16314512-
CMYK00.110.930.36
HSL52.85º86.29%34.31%-
HSV(B)52.85º92.64%63.92%-
XYZ25.328.064.43-
YUV135.2258.46147.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.94%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 12 (5.08% from 255) = 3.75%
R=50.94%
G=45.31%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631451200.110.930.3652.8586.2934.31
HexA391C0B5D24355622
Octal24322114013135446512642
Binary101000111001000111000101110111011001001101011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3910c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3910c; }

 p { color: rgb(163,145,12); }

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

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

 a { background-color: rgb(163,145,12); }

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

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

 span { border-color: rgb(163,145,12); }

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