#AE5D42

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

Shades of Tuscany #AE5D42

Tints of Tuscany #AE5D42

Color information

#AE5D42 (or 0xAE5D42) is unknown color: approx Tuscany. HEX triplet: AE, 5D and 42. RGB value is (174,93,66). Sum of RGB (Red+Green+Blue) = 174+93+66=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D42 is #51A2BD. Grayscale: #727272. Windows color (decimal): -5350078 or 4349358. OLE color: 4349358.

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

Color convert

RGB1749366-
CMYK00.470.620.32
HSL15º45%47.06%-
HSV(B)15º62.07%68.24%-
XYZ22.3517.227.3-
YUV114.14100.84170.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.25%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 66 (26.17% from 255) = 19.82%
R=52.25%
G=27.93%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174936600.470.620.32154547.06
HexAE5D4202F3E20f2d2f
Octal2561351020577640175557
Binary101011101011101100001001011111111101000001111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5D42; }

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

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

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

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

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

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

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

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