#AA5835

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

Shades of Vesuvius #AA5835

Tints of Vesuvius #AA5835

Color information

#AA5835 (or 0xAA5835) is unknown color: approx Vesuvius. HEX triplet: AA, 58 and 35. RGB value is (170,88,53). Sum of RGB (Red+Green+Blue) = 170+88+53=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5835 is #55A7CA. Grayscale: #6C6C6C. Windows color (decimal): -5613515 or 3496106. OLE color: 3496106.

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

Color convert

RGB1708853-
CMYK00.480.690.33
HSL17.95º52.47%43.73%-
HSV(B)17.95º68.82%66.67%-
XYZ20.7115.785.32-
YUV108.5396.67171.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.66%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=54.66%
G=28.30%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170885300.480.690.3317.9552.4743.73
HexAA5835030452112342c
Octal2521306506010541226454
Binary1010101010110001101010110000100010110000110010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5835; }

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

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

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

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

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

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

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

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