#A56444

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

Shades of Tuscany #A56444

Tints of Tuscany #A56444

Color information

#A56444 (or 0xA56444) is unknown color: approx Tuscany. HEX triplet: A5, 64 and 44. RGB value is (165,100,68). Sum of RGB (Red+Green+Blue) = 165+100+68=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A56444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56444 is #5A9BBB. Grayscale: #737373. Windows color (decimal): -5938108 or 4482213. OLE color: 4482213.

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

Color convert

RGB16510068-
CMYK00.390.590.35
HSL19.79º41.63%45.69%-
HSV(B)19.79º58.79%64.71%-
XYZ21.1217.537.74-
YUV115.79101.03163.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.55%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=49.55%
G=30.03%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651006800.390.590.3519.7941.6345.69
HexA564440273B23142a2e
Octal2451441040477343245256
Binary1010010111001001000100010011111101110001110100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56444; }

 p { color: rgb(165,100,68); }

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

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

 a { background-color: rgb(165,100,68); }

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

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

 span { border-color: rgb(165,100,68); }

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