#A46346

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

Shades of Tuscany #A46346

Tints of Tuscany #A46346

Color information

#A46346 (or 0xA46346) is unknown color: approx Tuscany. HEX triplet: A4, 63 and 46. RGB value is (164,99,70). Sum of RGB (Red+Green+Blue) = 164+99+70=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A46346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46346 is #5B9CB9. Grayscale: #737373. Windows color (decimal): -6003898 or 4613028. OLE color: 4613028.

HSL color Cylindrical-coordinate representation of color #A46346: hue angle of 18.51º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A46346 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB1649970-
CMYK00.400.570.36
HSL18.51º40.17%45.88%-
HSV(B)18.51º57.32%64.31%-
XYZ20.8817.268.03-
YUV115.13102.53162.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.25%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 70 (27.73% from 255) = 21.02%
R=49.25%
G=29.73%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164997000.400.570.3618.5140.1745.88
HexA46346028392413282e
Octal2441431060507144235056
Binary1010010011000111000110010100011100110010010011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46346; }

 p { color: rgb(164,99,70); }

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

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

 a { background-color: rgb(164,99,70); }

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

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

 span { border-color: rgb(164,99,70); }

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