#a56348

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

Shades of Tuscany #A56348

Tints of Tuscany #A56348

Color information

#A56348 (or 0xA56348) is unknown color: approx Tuscany. HEX triplet: A5, 63 and 48. RGB value is (165,99,72). Sum of RGB (Red+Green+Blue) = 165+99+72=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A56348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56348 is #5A9CB7. Grayscale: #737373. Windows color (decimal): -5938360 or 4744101. OLE color: 4744101.

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

Color convert

RGB1659972-
CMYK00.400.560.35
HSL17.42º39.24%46.47%-
HSV(B)17.42º56.36%64.71%-
XYZ21.1517.398.37-
YUV115.66103.37163.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.11%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=49.11%
G=29.46%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165997200.400.560.3517.4239.2446.47
HexA56348028382311272e
Octal2451431100507043214756
Binary1010010111000111001000010100011100010001110001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a56348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a56348; }

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

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

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

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

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

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

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

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