#A66045

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

Shades of Tuscany #A66045

Tints of Tuscany #A66045

Color information

#A66045 (or 0xA66045) is unknown color: approx Tuscany. HEX triplet: A6, 60 and 45. RGB value is (166,96,69). Sum of RGB (Red+Green+Blue) = 166+96+69=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A66045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66045 is #599FBA. Grayscale: #727272. Windows color (decimal): -5873595 or 4546726. OLE color: 4546726.

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

Color convert

RGB1669669-
CMYK00.420.580.35
HSL16.7º41.28%46.08%-
HSV(B)16.7º58.43%65.1%-
XYZ20.9816.97.79-
YUV113.85102.69165.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.15%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 69 (27.34% from 255) = 20.85%
R=50.15%
G=29.00%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166966900.420.580.3516.741.2846.08
HexA6604502A3A2311292e
Octal2461401050527243215156
Binary1010011011000001000101010101011101010001110001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66045; }

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

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

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

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

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

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

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

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