#A56345

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

Shades of Tuscany #A56345

Tints of Tuscany #A56345

Color information

#A56345 (or 0xA56345) is unknown color: approx Tuscany. HEX triplet: A5, 63 and 45. RGB value is (165,99,69). Sum of RGB (Red+Green+Blue) = 165+99+69=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A56345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56345 is #5A9CBA. Grayscale: #737373. Windows color (decimal): -5938363 or 4547493. OLE color: 4547493.

HSL color Cylindrical-coordinate representation of color #A56345: hue angle of 18.75º 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 #A56345 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1659969-
CMYK00.400.580.35
HSL18.75º41.03%45.88%-
HSV(B)18.75º58.18%64.71%-
XYZ21.0517.357.87-
YUV115.31101.87163.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.55%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 69 (27.34% from 255) = 20.72%
R=49.55%
G=29.73%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165996900.400.580.3518.7541.0345.88
HexA563450283A2313292e
Octal2451431050507243235156
Binary1010010111000111000101010100011101010001110011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56345; }

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

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

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

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

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

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

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

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