#AE5A39

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

Shades of Vesuvius #AE5A39

Tints of Vesuvius #AE5A39

Color information

#AE5A39 (or 0xAE5A39) is unknown color: approx Vesuvius. HEX triplet: AE, 5A and 39. RGB value is (174,90,57). Sum of RGB (Red+Green+Blue) = 174+90+57=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5A39 is #51A5C6. Grayscale: #6F6F6F. Windows color (decimal): -5350855 or 3758766. OLE color: 3758766.

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

Color convert

RGB1749057-
CMYK00.480.670.32
HSL16.92º50.65%45.29%-
HSV(B)16.92º67.24%68.24%-
XYZ21.8516.615.92-
YUV111.3597.33172.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 57 (22.66% from 255) = 17.76%
R=54.21%
G=28.04%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174905700.480.670.3216.9250.6545.29
HexAE5A39030432011332d
Octal2561327106010340216355
Binary1010111010110101110010110000100001110000010001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A39; }

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

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

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

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

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

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

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

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