#AE6646

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

Shades of Tuscany #AE6646

Tints of Tuscany #AE6646

Color information

#AE6646 (or 0xAE6646) is unknown color: approx Tuscany. HEX triplet: AE, 66 and 46. RGB value is (174,102,70). Sum of RGB (Red+Green+Blue) = 174+102+70=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6646 is #5199B9. Grayscale: #787878. Windows color (decimal): -5347770 or 4613806. OLE color: 4613806.

HSL color Cylindrical-coordinate representation of color #AE6646: hue angle of 18.46º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE6646 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17410270-
CMYK00.410.600.32
HSL18.46º42.62%47.84%-
HSV(B)18.46º59.77%68.24%-
XYZ23.3118.948.22-
YUV119.8899.85166.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=50.29%
G=29.48%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741027000.410.600.3218.4642.6247.84
HexAE66460293C20122b30
Octal2561461060517440225360
Binary1010111011001101000110010100111110010000010010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6646; }

 p { color: rgb(174,102,70); }

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

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

 a { background-color: rgb(174,102,70); }

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

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

 span { border-color: rgb(174,102,70); }

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