#AE6041

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

Shades of Tuscany #AE6041

Tints of Tuscany #AE6041

Color information

#AE6041 (or 0xAE6041) is unknown color: approx Tuscany. HEX triplet: AE, 60 and 41. RGB value is (174,96,65). Sum of RGB (Red+Green+Blue) = 174+96+65=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6041 is #519FBE. Grayscale: #737373. Windows color (decimal): -5349311 or 4284590. OLE color: 4284590.

HSL color Cylindrical-coordinate representation of color #AE6041: hue angle of 17.06º 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 #AE6041 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB1749665-
CMYK00.450.630.32
HSL17.06º45.61%46.86%-
HSV(B)17.06º62.64%68.24%-
XYZ22.5917.757.24-
YUV115.7999.34169.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.94%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 65 (25.78% from 255) = 19.40%
R=51.94%
G=28.66%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174966500.450.630.3217.0645.6146.86
HexAE604102D3F20112e2f
Octal2561401010557740215657
Binary1010111011000001000001010110111111110000010001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6041; }

 p { color: rgb(174,96,65); }

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

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

 a { background-color: rgb(174,96,65); }

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

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

 span { border-color: rgb(174,96,65); }

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