Shades of Vesuvius #AA5632
Tints of Vesuvius #AA5632
RGB
CMYK
RGB Variations
Color information
#AA5632 (or 0xAA5632) is known color: 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
| RGB | 170 | 86 | 50 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.33 |
| HSL | 18º | 0.55% | 0.43% | - |
| HSV(B) | 18º | 0.71% | 0.67% | - |
| XYZ | 20.48 | 15.43 | 4.92 | - |
| YUV | 107.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 50 | 0 | 0.49 | 0.71 | 0.33 | 18 | 0.55 | 0.43 |
| Hex | AA | 56 | 32 | 0 | 31 | 47 | 21 | 12 | 37 | 2B |
| Octal | 252 | 126 | 62 | 0 | 61 | 107 | 41 | 22 | 67 | 53 |
| Binary | 10101010 | 1010110 | 110010 | 0 | 110001 | 1000111 | 100001 | 10010 | 110111 | 101011 |
Color Harmonies of #AA5632
Complementary color
Monochromatic Colors of #AA5632
Black with #AA5632
Text Example
Text Example
White with #AA5632
Text Example
Text Example
HTML Codes & Css Web 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>