#AE5E47

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

Shades of Tuscany #AE5E47

Tints of Tuscany #AE5E47

Color information

#AE5E47 (or 0xAE5E47) is unknown color: approx Tuscany. HEX triplet: AE, 5E and 47. RGB value is (174,94,71). Sum of RGB (Red+Green+Blue) = 174+94+71=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E47 is #51A1B8. Grayscale: #737373. Windows color (decimal): -5349817 or 4677294. OLE color: 4677294.

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

Color convert

RGB1749471-
CMYK00.460.590.32
HSL13.4º42.04%48.04%-
HSV(B)13.4º59.2%68.24%-
XYZ22.617.468.14-
YUV115.3103169.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 71 (28.12% from 255) = 20.94%
R=51.33%
G=27.73%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174947100.460.590.3213.442.0448.04
HexAE5E4702E3B20d2a30
Octal2561361070567340155260
Binary101011101011110100011101011101110111000001101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E47; }

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

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

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

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

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

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

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

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