#A56148

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

Shades of Tuscany #A56148

Tints of Tuscany #A56148

Color information

#A56148 (or 0xA56148) is unknown color: approx Tuscany. HEX triplet: A5, 61 and 48. RGB value is (165,97,72). Sum of RGB (Red+Green+Blue) = 165+97+72=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A56148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56148 is #5A9EB7. Grayscale: #727272. Windows color (decimal): -5938872 or 4743589. OLE color: 4743589.

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

Color convert

RGB1659772-
CMYK00.410.560.35
HSL16.13º39.24%46.47%-
HSV(B)16.13º56.36%64.71%-
XYZ20.9617.028.31-
YUV114.48104.03164.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.40%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 72 (28.52% from 255) = 21.56%
R=49.40%
G=29.04%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165977200.410.560.3516.1339.2446.47
HexA56148029382310272e
Octal2451411100517043204756
Binary1010010111000011001000010100111100010001110000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56148; }

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

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

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

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

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

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

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

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