#AE5E41

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

Shades of Tuscany #AE5E41

Tints of Tuscany #AE5E41

Color information

#AE5E41 (or 0xAE5E41) is unknown color: approx Tuscany. HEX triplet: AE, 5E and 41. RGB value is (174,94,65). Sum of RGB (Red+Green+Blue) = 174+94+65=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E41 is #51A1BE. Grayscale: #727272. Windows color (decimal): -5349823 or 4284078. OLE color: 4284078.

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

Color convert

RGB1749465-
CMYK00.460.630.32
HSL15.96º45.61%46.86%-
HSV(B)15.96º62.64%68.24%-
XYZ22.4117.397.18-
YUV114.61100170.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.25%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 65 (25.78% from 255) = 19.52%
R=52.25%
G=28.23%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174946500.460.630.3215.9645.6146.86
HexAE5E4102E3F20102e2f
Octal2561361010567740205657
Binary1010111010111101000001010111011111110000010000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E41; }

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

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

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

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

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

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

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

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