#AA5632

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

Shades of Vesuvius #AA5632

Tints of Vesuvius #AA5632

Color information

#AA5632 (or 0xAA5632) is unknown color: approx Vesuvius. HEX triplet: AA, 56 and 32. RGB value is (170,86,50). Sum of RGB (Red+Green+Blue) = 170+86+50=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5632 is #55A9CD. Grayscale: #6B6B6B. Windows color (decimal): -5614030 or 3298986. OLE color: 3298986.

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

Color convert

RGB1708650-
CMYK00.490.710.33
HSL18º54.55%43.14%-
HSV(B)18º70.59%66.67%-
XYZ20.4815.434.92-
YUV107.0195.83172.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=55.56%
G=28.10%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170865000.490.710.331854.5543.14
HexAA5632031472112372b
Octal2521266206110741226753
Binary1010101010101101100100110001100011110000110010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5632; }

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

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

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

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

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

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

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

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