Shades of Vesuvius #AA5633
Tints of Vesuvius #AA5633
RGB
CMYK
RGB Variations
Color information
#AA5633 (or 0xAA5633) is known color: Vesuvius. HEX triplet: AA, 56 and 33. RGB value is (170,86,51). Sum of RGB (Red+Green+Blue) = 170+86+51=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5633 is #55A9CC. Grayscale: #6B6B6B. Windows color (decimal): -5614029 or 3364522. OLE color: 3364522.
HSL color Cylindrical-coordinate representation of color #AA5633: hue angle of 17.65º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA5633 is Cyan = 0, Magento = 0.49, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 51 | - |
| CMYK | 0 | 0.49 | 0.7 | 0.33 |
| HSL | 17.65º | 0.54% | 0.43% | - |
| HSV(B) | 17.65º | 0.7% | 0.67% | - |
| XYZ | 20.5 | 15.44 | 5.03 | - |
| YUV | 107.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 51 | 0 | 0.49 | 0.7 | 0.33 | 17.65 | 0.54 | 0.43 |
| Hex | AA | 56 | 33 | 0 | 31 | 46 | 21 | 12 | 36 | 2B |
| Octal | 252 | 126 | 63 | 0 | 61 | 106 | 41 | 22 | 66 | 53 |
| Binary | 10101010 | 1010110 | 110011 | 0 | 110001 | 1000110 | 100001 | 10010 | 110110 | 101011 |
Color Harmonies of #AA5633
Complementary color
Monochromatic Colors of #AA5633
Black with #AA5633
Text Example
Text Example
White with #AA5633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5633; }
p { color: rgb(170,86,51); }
H1.HeaderClassName
{
color: #AA5633;
}
.AnyTagClassName
{
color: #AA5633;
}
</style>
background-color css
<style>
a { background-color: #AA5633; }
a { background-color: rgb(170,86,51); }
div.DivClassName
{
background-color: #AA5633;
}
.BgClassName
{
background-color: #AA5633;
}
</style>
border-color css
<style>
span { border-color: #AA5633; }
span { border-color: rgb(170,86,51); }
td.TdClassName
{
border-color: #AA5633;
}
.TagClassName
{
border-color: #AA5633;
}
</style>