#A66645

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

Shades of Tuscany #A66645

Tints of Tuscany #A66645

Color information

#A66645 (or 0xA66645) is unknown color: approx Tuscany. HEX triplet: A6, 66 and 45. RGB value is (166,102,69). Sum of RGB (Red+Green+Blue) = 166+102+69=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A66645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66645 is #5999BA. Grayscale: #757575. Windows color (decimal): -5872059 or 4548262. OLE color: 4548262.

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

Color convert

RGB16610269-
CMYK00.390.580.35
HSL20.41º41.28%46.08%-
HSV(B)20.41º58.43%65.1%-
XYZ21.5518.047.98-
YUV117.37100.7162.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 69 (27.34% from 255) = 20.47%
R=49.26%
G=30.27%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661026900.390.580.3520.4141.2846.08
HexA666450273A2314292e
Octal2461461050477243245156
Binary1010011011001101000101010011111101010001110100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66645; }

 p { color: rgb(166,102,69); }

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

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

 a { background-color: rgb(166,102,69); }

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

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

 span { border-color: rgb(166,102,69); }

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