#AE5D48

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

Shades of Tuscany #AE5D48

Tints of Tuscany #AE5D48

Color information

#AE5D48 (or 0xAE5D48) is unknown color: approx Tuscany. HEX triplet: AE, 5D and 48. RGB value is (174,93,72). Sum of RGB (Red+Green+Blue) = 174+93+72=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D48 is #51A2B7. Grayscale: #727272. Windows color (decimal): -5350072 or 4742574. OLE color: 4742574.

HSL color Cylindrical-coordinate representation of color #AE5D48: hue angle of 12.35º degrees, saturation: 0.41, 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 #AE5D48 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB1749372-
CMYK00.470.590.32
HSL12.35º41.46%48.24%-
HSV(B)12.35º58.62%68.24%-
XYZ22.5417.38.28-
YUV114.82103.84170.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 93 (36.72% from 255) = 27.43%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=51.33%
G=27.43%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174937200.470.590.3212.3541.4648.24
HexAE5D4802F3B20c2930
Octal2561351100577340145160
Binary101011101011101100100001011111110111000001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5D48; }

 p { color: rgb(174,93,72); }

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

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

 a { background-color: rgb(174,93,72); }

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

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

 span { border-color: rgb(174,93,72); }

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