#A66744

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

Shades of Tuscany #A66744

Tints of Tuscany #A66744

Color information

#A66744 (or 0xA66744) is unknown color: approx Tuscany. HEX triplet: A6, 67 and 44. RGB value is (166,103,68). Sum of RGB (Red+Green+Blue) = 166+103+68=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A66744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66744 is #5998BB. Grayscale: #767676. Windows color (decimal): -5871804 or 4482982. OLE color: 4482982.

HSL color Cylindrical-coordinate representation of color #A66744: hue angle of 21.43º 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 #A66744 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB16610368-
CMYK00.380.590.35
HSL21.43º41.88%45.88%-
HSV(B)21.43º59.04%65.1%-
XYZ21.6218.227.85-
YUV117.8599.87162.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 68 (26.95% from 255) = 20.18%
R=49.26%
G=30.56%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661036800.380.590.3521.4341.8845.88
HexA667440263B23152a2e
Octal2461471040467343255256
Binary1010011011001111000100010011011101110001110101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66744; }

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

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

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

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

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

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

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

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