#A56846

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

Shades of Tuscany #A56846

Tints of Tuscany #A56846

Color information

#A56846 (or 0xA56846) is unknown color: approx Tuscany. HEX triplet: A5, 68 and 46. RGB value is (165,104,70). Sum of RGB (Red+Green+Blue) = 165+104+70=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A56846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56846 is #5A97B9. Grayscale: #767676. Windows color (decimal): -5937082 or 4614309. OLE color: 4614309.

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

Color convert

RGB16510470-
CMYK00.370.580.35
HSL21.47º40.43%46.08%-
HSV(B)21.47º57.58%64.71%-
XYZ21.5718.348.2-
YUV118.36100.71161.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 70 (27.73% from 255) = 20.65%
R=48.67%
G=30.68%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651047000.370.580.3521.4740.4346.08
HexA568460253A2315282e
Octal2451501060457243255056
Binary1010010111010001000110010010111101010001110101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56846; }

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

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

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

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

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

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

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

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