#A56146

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

Shades of Tuscany #A56146

Tints of Tuscany #A56146

Color information

#A56146 (or 0xA56146) is unknown color: approx Tuscany. HEX triplet: A5, 61 and 46. RGB value is (165,97,70). Sum of RGB (Red+Green+Blue) = 165+97+70=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A56146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56146 is #5A9EB9. Grayscale: #727272. Windows color (decimal): -5938874 or 4612517. OLE color: 4612517.

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

Color convert

RGB1659770-
CMYK00.410.580.35
HSL17.05º40.43%46.08%-
HSV(B)17.05º57.58%64.71%-
XYZ20.916.997.97-
YUV114.25103.03164.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=49.70%
G=29.22%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165977000.410.580.3517.0540.4346.08
HexA561460293A2311282e
Octal2451411060517243215056
Binary1010010111000011000110010100111101010001110001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56146; }

 p { color: rgb(165,97,70); }

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

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

 a { background-color: rgb(165,97,70); }

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

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

 span { border-color: rgb(165,97,70); }

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