#AE5E46

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

Shades of Tuscany #AE5E46

Tints of Tuscany #AE5E46

Color information

#AE5E46 (or 0xAE5E46) is unknown color: approx Tuscany. HEX triplet: AE, 5E and 46. RGB value is (174,94,70). Sum of RGB (Red+Green+Blue) = 174+94+70=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E46 is #51A1B9. Grayscale: #737373. Windows color (decimal): -5349818 or 4611758. OLE color: 4611758.

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

Color convert

RGB1749470-
CMYK00.460.600.32
HSL13.85º42.62%47.84%-
HSV(B)13.85º59.77%68.24%-
XYZ22.5617.457.97-
YUV115.18102.5169.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.48%
GREEN value IS 94 (37.11% from 255) = 27.81%
BLUE value IS 70 (27.73% from 255) = 20.71%
R=51.48%
G=27.81%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174947000.460.600.3213.8542.6247.84
HexAE5E4602E3C20e2b30
Octal2561361060567440165360
Binary101011101011110100011001011101111001000001110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E46; }

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

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

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

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

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

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

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

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