#AE5C40

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

Shades of Tuscany #AE5C40

Tints of Tuscany #AE5C40

Color information

#AE5C40 (or 0xAE5C40) is unknown color: approx Tuscany. HEX triplet: AE, 5C and 40. RGB value is (174,92,64). Sum of RGB (Red+Green+Blue) = 174+92+64=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5C40 is #51A3BF. Grayscale: #717171. Windows color (decimal): -5350336 or 4218030. OLE color: 4218030.

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

Color convert

RGB1749264-
CMYK00.470.630.32
HSL15.27º46.22%46.67%-
HSV(B)15.27º63.22%68.24%-
XYZ22.2117.026.97-
YUV113.33100.17171.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.73%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 64 (25.39% from 255) = 19.39%
R=52.73%
G=27.88%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174926400.470.630.3215.2746.2246.67
HexAE5C4002F3F20f2e2f
Octal2561341000577740175657
Binary101011101011100100000001011111111111000001111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5C40; }

 p { color: rgb(174,92,64); }

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

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

 a { background-color: rgb(174,92,64); }

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

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

 span { border-color: rgb(174,92,64); }

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