#A36547

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

Shades of Tuscany #A36547

Tints of Tuscany #A36547

Color information

#A36547 (or 0xA36547) is unknown color: approx Tuscany. HEX triplet: A3, 65 and 47. RGB value is (163,101,71). Sum of RGB (Red+Green+Blue) = 163+101+71=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A36547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36547 is #5C9AB8. Grayscale: #747474. Windows color (decimal): -6068921 or 4679075. OLE color: 4679075.

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

Color convert

RGB16310171-
CMYK00.380.560.36
HSL19.57º39.32%45.88%-
HSV(B)19.57º56.44%63.92%-
XYZ20.917.558.25-
YUV116.12102.54161.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.66%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 71 (28.12% from 255) = 21.19%
R=48.66%
G=30.15%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631017100.380.560.3619.5739.3245.88
HexA36547026382414272e
Octal2431451070467044244756
Binary1010001111001011000111010011011100010010010100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36547; }

 p { color: rgb(163,101,71); }

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

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

 a { background-color: rgb(163,101,71); }

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

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

 span { border-color: rgb(163,101,71); }

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