#AA5E35

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

Shades of Vesuvius #AA5E35

Tints of Vesuvius #AA5E35

Color information

#AA5E35 (or 0xAA5E35) is unknown color: approx Vesuvius. HEX triplet: AA, 5E and 35. RGB value is (170,94,53). Sum of RGB (Red+Green+Blue) = 170+94+53=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E35 is #55A1CA. Grayscale: #707070. Windows color (decimal): -5611979 or 3497642. OLE color: 3497642.

HSL color Cylindrical-coordinate representation of color #AA5E35: hue angle of 21.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA5E35 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1709453-
CMYK00.450.690.33
HSL21.03º52.47%43.73%-
HSV(B)21.03º68.82%66.67%-
XYZ21.2216.815.49-
YUV112.0594.68169.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.63%
GREEN value IS 94 (37.11% from 255) = 29.65%
BLUE value IS 53 (21.09% from 255) = 16.72%
R=53.63%
G=29.65%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170945300.450.690.3321.0352.4743.73
HexAA5E3502D452115342c
Octal2521366505510541256454
Binary1010101010111101101010101101100010110000110101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5E35; }

 p { color: rgb(170,94,53); }

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

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

 a { background-color: rgb(170,94,53); }

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

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

 span { border-color: rgb(170,94,53); }

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