#A36446

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

Shades of Tuscany #A36446

Tints of Tuscany #A36446

Color information

#A36446 (or 0xA36446) is unknown color: approx Tuscany. HEX triplet: A3, 64 and 46. RGB value is (163,100,70). Sum of RGB (Red+Green+Blue) = 163+100+70=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A36446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36446 is #5C9BB9. Grayscale: #737373. Windows color (decimal): -6069178 or 4613283. OLE color: 4613283.

HSL color Cylindrical-coordinate representation of color #A36446: hue angle of 19.35º 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 #A36446 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16310070-
CMYK00.390.570.36
HSL19.35º39.91%45.69%-
HSV(B)19.35º57.06%63.92%-
XYZ20.7717.348.05-
YUV115.42102.37161.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.95%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 70 (27.73% from 255) = 21.02%
R=48.95%
G=30.03%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631007000.390.570.3619.3539.9145.69
HexA36446027392413282e
Octal2431441060477144235056
Binary1010001111001001000110010011111100110010010011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36446; }

 p { color: rgb(163,100,70); }

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

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

 a { background-color: rgb(163,100,70); }

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

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

 span { border-color: rgb(163,100,70); }

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