#A66446

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

Shades of Tuscany #A66446

Tints of Tuscany #A66446

Color information

#A66446 (or 0xA66446) is unknown color: approx Tuscany. HEX triplet: A6, 64 and 46. RGB value is (166,100,70). Sum of RGB (Red+Green+Blue) = 166+100+70=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A66446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66446 is #599BB9. Grayscale: #747474. Windows color (decimal): -5872570 or 4613286. OLE color: 4613286.

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

Color convert

RGB16610070-
CMYK00.400.580.35
HSL18.75º40.68%46.27%-
HSV(B)18.75º57.83%65.1%-
XYZ21.3917.668.08-
YUV116.31101.87163.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 70 (27.73% from 255) = 20.83%
R=49.40%
G=29.76%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661007000.400.580.3518.7540.6846.27
HexA664460283A2313292e
Octal2461441060507243235156
Binary1010011011001001000110010100011101010001110011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66446; }

 p { color: rgb(166,100,70); }

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

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

 a { background-color: rgb(166,100,70); }

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

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

 span { border-color: rgb(166,100,70); }

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