#AE6640

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

Shades of Tuscany #AE6640

Tints of Tuscany #AE6640

Color information

#AE6640 (or 0xAE6640) is unknown color: approx Tuscany. HEX triplet: AE, 66 and 40. RGB value is (174,102,64). Sum of RGB (Red+Green+Blue) = 174+102+64=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6640 is #5199BF. Grayscale: #777777. Windows color (decimal): -5347776 or 4220590. OLE color: 4220590.

HSL color Cylindrical-coordinate representation of color #AE6640: hue angle of 20.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE6640 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB17410264-
CMYK00.410.630.32
HSL20.73º46.22%46.67%-
HSV(B)20.73º63.22%68.24%-
XYZ23.1318.877.27-
YUV119.296.85167.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.18%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 64 (25.39% from 255) = 18.82%
R=51.18%
G=30%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741026400.410.630.3220.7346.2246.67
HexAE66400293F20152e2f
Octal2561461000517740255657
Binary1010111011001101000000010100111111110000010101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6640; }

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

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

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

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

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

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

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

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