#AE5E39

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

Shades of Tuscany #AE5E39

Tints of Tuscany #AE5E39

Color information

#AE5E39 (or 0xAE5E39) is unknown color: approx Tuscany. HEX triplet: AE, 5E and 39. RGB value is (174,94,57). Sum of RGB (Red+Green+Blue) = 174+94+57=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E39 is #51A1C6. Grayscale: #717171. Windows color (decimal): -5349831 or 3759790. OLE color: 3759790.

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

Color convert

RGB1749457-
CMYK00.460.670.32
HSL18.97º50.65%45.29%-
HSV(B)18.97º67.24%68.24%-
XYZ22.217.36.04-
YUV113.796171.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 57 (22.66% from 255) = 17.54%
R=53.54%
G=28.92%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174945700.460.670.3218.9750.6545.29
HexAE5E3902E432013332d
Octal2561367105610340236355
Binary1010111010111101110010101110100001110000010011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E39; }

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

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

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

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

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

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

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

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