#A66844

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

Shades of Tuscany #A66844

Tints of Tuscany #A66844

Color information

#A66844 (or 0xA66844) is unknown color: approx Tuscany. HEX triplet: A6, 68 and 44. RGB value is (166,104,68). Sum of RGB (Red+Green+Blue) = 166+104+68=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A66844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66844 is #5997BB. Grayscale: #767676. Windows color (decimal): -5871548 or 4483238. OLE color: 4483238.

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

Color convert

RGB16610468-
CMYK00.370.590.35
HSL22.04º41.88%45.88%-
HSV(B)22.04º59.04%65.1%-
XYZ21.7218.427.88-
YUV118.4399.54161.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.11%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 68 (26.95% from 255) = 20.12%
R=49.11%
G=30.77%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661046800.370.590.3522.0441.8845.88
HexA668440253B23162a2e
Octal2461501040457343265256
Binary1010011011010001000100010010111101110001110110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66844; }

 p { color: rgb(166,104,68); }

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

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

 a { background-color: rgb(166,104,68); }

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

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

 span { border-color: rgb(166,104,68); }

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