#A36346

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

Shades of Tuscany #A36346

Tints of Tuscany #A36346

Color information

#A36346 (or 0xA36346) is unknown color: approx Tuscany. HEX triplet: A3, 63 and 46. RGB value is (163,99,70). Sum of RGB (Red+Green+Blue) = 163+99+70=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A36346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36346 is #5C9CB9. Grayscale: #737373. Windows color (decimal): -6069434 or 4613027. OLE color: 4613027.

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

Color convert

RGB1639970-
CMYK00.390.570.36
HSL18.71º39.91%45.69%-
HSV(B)18.71º57.06%63.92%-
XYZ20.6717.158.02-
YUV114.83102.7162.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=49.10%
G=29.82%
B=21.08%

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
Decimal163997000.390.570.3618.7139.9145.69
HexA36346027392413282e
Octal2431431060477144235056
Binary1010001111000111000110010011111100110010010011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36346; }

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

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

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

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

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

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

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

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