#A66349

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

Shades of Tuscany #A66349

Tints of Tuscany #A66349

Color information

#A66349 (or 0xA66349) is unknown color: approx Tuscany. HEX triplet: A6, 63 and 49. RGB value is (166,99,73). Sum of RGB (Red+Green+Blue) = 166+99+73=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A66349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66349 is #599CB6. Grayscale: #747474. Windows color (decimal): -5872823 or 4809638. OLE color: 4809638.

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

Color convert

RGB1669973-
CMYK00.400.560.35
HSL16.77º38.91%46.86%-
HSV(B)16.77º56.02%65.1%-
XYZ21.3917.518.56-
YUV116.07103.7163.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.11%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=49.11%
G=29.29%
B=21.60%

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
Decimal166997300.400.560.3516.7738.9146.86
HexA66349028382311272f
Octal2461431110507043214757
Binary1010011011000111001001010100011100010001110001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66349; }

 p { color: rgb(166,99,73); }

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

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

 a { background-color: rgb(166,99,73); }

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

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

 span { border-color: rgb(166,99,73); }

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