#A56347

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

Shades of Tuscany #A56347

Tints of Tuscany #A56347

Color information

#A56347 (or 0xA56347) is unknown color: approx Tuscany. HEX triplet: A5, 63 and 47. RGB value is (165,99,71). Sum of RGB (Red+Green+Blue) = 165+99+71=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A56347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56347 is #5A9CB8. Grayscale: #737373. Windows color (decimal): -5938361 or 4678565. OLE color: 4678565.

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

Color convert

RGB1659971-
CMYK00.400.570.35
HSL17.87º39.83%46.27%-
HSV(B)17.87º56.97%64.71%-
XYZ21.1217.388.2-
YUV115.54102.87163.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.25%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 71 (28.12% from 255) = 21.19%
R=49.25%
G=29.55%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165997100.400.570.3517.8739.8346.27
HexA56347028392312282e
Octal2451431070507143225056
Binary1010010111000111000111010100011100110001110010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56347; }

 p { color: rgb(165,99,71); }

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

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

 a { background-color: rgb(165,99,71); }

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

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

 span { border-color: rgb(165,99,71); }

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