#AA5735

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

Shades of Vesuvius #AA5735

Tints of Vesuvius #AA5735

Color information

#AA5735 (or 0xAA5735) is unknown color: approx Vesuvius. HEX triplet: AA, 57 and 35. RGB value is (170,87,53). Sum of RGB (Red+Green+Blue) = 170+87+53=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5735 is #55A8CA. Grayscale: #6C6C6C. Windows color (decimal): -5613771 or 3495850. OLE color: 3495850.

HSL color Cylindrical-coordinate representation of color #AA5735: hue angle of 17.44º 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 #AA5735 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1708753-
CMYK00.490.690.33
HSL17.44º52.47%43.73%-
HSV(B)17.44º68.82%66.67%-
XYZ20.6315.625.3-
YUV107.9497172.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.84%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 53 (21.09% from 255) = 17.10%
R=54.84%
G=28.06%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170875300.490.690.3317.4452.4743.73
HexAA5735031452111342c
Octal2521276506110541216454
Binary1010101010101111101010110001100010110000110001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5735; }

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

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

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

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

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

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

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

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