#A66147

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

Shades of Tuscany #A66147

Tints of Tuscany #A66147

Color information

#A66147 (or 0xA66147) is unknown color: approx Tuscany. HEX triplet: A6, 61 and 47. RGB value is (166,97,71). Sum of RGB (Red+Green+Blue) = 166+97+71=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A66147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66147 is #599EB8. Grayscale: #727272. Windows color (decimal): -5873337 or 4678054. OLE color: 4678054.

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

Color convert

RGB1669771-
CMYK00.420.570.35
HSL16.42º40.08%46.47%-
HSV(B)16.42º57.23%65.1%-
XYZ21.1417.118.15-
YUV114.67103.36164.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.70%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 71 (28.12% from 255) = 21.26%
R=49.70%
G=29.04%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166977100.420.570.3516.4240.0846.47
HexA6614702A392310282e
Octal2461411070527143205056
Binary1010011011000011000111010101011100110001110000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66147; }

 p { color: rgb(166,97,71); }

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

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

 a { background-color: rgb(166,97,71); }

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

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

 span { border-color: rgb(166,97,71); }

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