#A36447

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

Shades of Tuscany #A36447

Tints of Tuscany #A36447

Color information

#A36447 (or 0xA36447) is unknown color: approx Tuscany. HEX triplet: A3, 64 and 47. RGB value is (163,100,71). Sum of RGB (Red+Green+Blue) = 163+100+71=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A36447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36447 is #5C9BB8. Grayscale: #737373. Windows color (decimal): -6069177 or 4678819. OLE color: 4678819.

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

Color convert

RGB16310071-
CMYK00.390.560.36
HSL18.91º39.32%45.88%-
HSV(B)18.91º56.44%63.92%-
XYZ20.817.368.22-
YUV115.53102.87161.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 71 (28.12% from 255) = 21.26%
R=48.80%
G=29.94%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631007100.390.560.3618.9139.3245.88
HexA36447027382413272e
Octal2431441070477044234756
Binary1010001111001001000111010011111100010010010011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36447; }

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

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

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

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

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

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

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

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