Shades of Vesuvius #AA5833
Tints of Vesuvius #AA5833
RGB
CMYK
RGB Variations
Color information
#AA5833 (or 0xAA5833) is known color: Vesuvius. HEX triplet: AA, 58 and 33. RGB value is (170,88,51). Sum of RGB (Red+Green+Blue) = 170+88+51=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5833 is #55A7CC. Grayscale: #6C6C6C. Windows color (decimal): -5613517 or 3365034. OLE color: 3365034.
HSL color Cylindrical-coordinate representation of color #AA5833: hue angle of 18.66º 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 #AA5833 is Cyan = 0, Magento = 0.48, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 51 | - |
| CMYK | 0 | 0.48 | 0.7 | 0.33 |
| HSL | 18.66º | 0.54% | 0.43% | - |
| HSV(B) | 18.66º | 0.7% | 0.67% | - |
| XYZ | 20.66 | 15.76 | 5.09 | - |
| YUV | 108.3 | 95.67 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 51 | 0 | 0.48 | 0.7 | 0.33 | 18.66 | 0.54 | 0.43 |
| Hex | AA | 58 | 33 | 0 | 30 | 46 | 21 | 13 | 36 | 2B |
| Octal | 252 | 130 | 63 | 0 | 60 | 106 | 41 | 23 | 66 | 53 |
| Binary | 10101010 | 1011000 | 110011 | 0 | 110000 | 1000110 | 100001 | 10011 | 110110 | 101011 |
Color Harmonies of #AA5833
Complementary color
Monochromatic Colors of #AA5833
Black with #AA5833
Text Example
Text Example
White with #AA5833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5833; }
p { color: rgb(170,88,51); }
H1.HeaderClassName
{
color: #AA5833;
}
.AnyTagClassName
{
color: #AA5833;
}
</style>
background-color css
<style>
a { background-color: #AA5833; }
a { background-color: rgb(170,88,51); }
div.DivClassName
{
background-color: #AA5833;
}
.BgClassName
{
background-color: #AA5833;
}
</style>
border-color css
<style>
span { border-color: #AA5833; }
span { border-color: rgb(170,88,51); }
td.TdClassName
{
border-color: #AA5833;
}
.TagClassName
{
border-color: #AA5833;
}
</style>