#A56545

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

Shades of Tuscany #A56545

Tints of Tuscany #A56545

Color information

#A56545 (or 0xA56545) is unknown color: approx Tuscany. HEX triplet: A5, 65 and 45. RGB value is (165,101,69). Sum of RGB (Red+Green+Blue) = 165+101+69=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A56545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56545 is #5A9ABA. Grayscale: #747474. Windows color (decimal): -5937851 or 4548005. OLE color: 4548005.

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

Color convert

RGB16510169-
CMYK00.390.580.35
HSL20º41.03%45.88%-
HSV(B)20º58.18%64.71%-
XYZ21.2417.747.93-
YUV116.49101.2162.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.25%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 69 (27.34% from 255) = 20.60%
R=49.25%
G=30.15%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651016900.390.580.352041.0345.88
HexA565450273A2314292e
Octal2451451050477243245156
Binary1010010111001011000101010011111101010001110100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56545; }

 p { color: rgb(165,101,69); }

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

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

 a { background-color: rgb(165,101,69); }

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

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

 span { border-color: rgb(165,101,69); }

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