#AA5932

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

Shades of Vesuvius #AA5932

Tints of Vesuvius #AA5932

Color information

#AA5932 (or 0xAA5932) is unknown color: approx Vesuvius. HEX triplet: AA, 59 and 32. RGB value is (170,89,50). Sum of RGB (Red+Green+Blue) = 170+89+50=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5932 is #55A6CD. Grayscale: #6D6D6D. Windows color (decimal): -5613262 or 3299754. OLE color: 3299754.

HSL color Cylindrical-coordinate representation of color #AA5932: hue angle of 19.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA5932 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB1708950-
CMYK00.480.710.33
HSL19.5º54.55%43.14%-
HSV(B)19.5º70.59%66.67%-
XYZ20.7315.925-
YUV108.7794.84171.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.02%
GREEN value IS 89 (35.16% from 255) = 28.80%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=55.02%
G=28.80%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170895000.480.710.3319.554.5543.14
HexAA5932030472114372b
Octal2521316206010741246753
Binary1010101010110011100100110000100011110000110100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5932; }

 p { color: rgb(170,89,50); }

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

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

 a { background-color: rgb(170,89,50); }

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

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

 span { border-color: rgb(170,89,50); }

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