#A66544

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

Shades of Tuscany #A66544

Tints of Tuscany #A66544

Color information

#A66544 (or 0xA66544) is unknown color: approx Tuscany. HEX triplet: A6, 65 and 44. RGB value is (166,101,68). Sum of RGB (Red+Green+Blue) = 166+101+68=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A66544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66544 is #599ABB. Grayscale: #747474. Windows color (decimal): -5872316 or 4482470. OLE color: 4482470.

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

Color convert

RGB16610168-
CMYK00.390.590.35
HSL20.2º41.88%45.88%-
HSV(B)20.2º59.04%65.1%-
XYZ21.4217.837.78-
YUV116.67100.53163.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.55%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 68 (26.95% from 255) = 20.30%
R=49.55%
G=30.15%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661016800.390.590.3520.241.8845.88
HexA665440273B23142a2e
Octal2461451040477343245256
Binary1010011011001011000100010011111101110001110100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66544; }

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

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

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

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

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

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

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

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