Shades of Vesuvius #AA5735
Tints of Vesuvius #AA5735
RGB
CMYK
RGB Variations
Color information
#AA5735 (or 0xAA5735) is known color: Vesuvius. HEX triplet: AA, 57 and 35. RGB value is (170,87,53). Sum of RGB (Red+Green+Blue) = 170+87+53=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5735 is #55A8CA. Grayscale: #6C6C6C. Windows color (decimal): -5613771 or 3495850. OLE color: 3495850.
HSL color Cylindrical-coordinate representation of color #AA5735: hue angle of 17.44º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA5735 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 53 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.33 |
| HSL | 17.44º | 0.52% | 0.44% | - |
| HSV(B) | 17.44º | 0.69% | 0.67% | - |
| XYZ | 20.63 | 15.62 | 5.3 | - |
| YUV | 107.94 | 97 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 53 | 0 | 0.49 | 0.69 | 0.33 | 17.44 | 0.52 | 0.44 |
| Hex | AA | 57 | 35 | 0 | 31 | 45 | 21 | 11 | 34 | 2C |
| Octal | 252 | 127 | 65 | 0 | 61 | 105 | 41 | 21 | 64 | 54 |
| Binary | 10101010 | 1010111 | 110101 | 0 | 110001 | 1000101 | 100001 | 10001 | 110100 | 101100 |
Color Harmonies of #AA5735
Complementary color
Monochromatic Colors of #AA5735
Black with #AA5735
Text Example
Text Example
White with #AA5735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5735; }
p { color: rgb(170,87,53); }
H1.HeaderClassName
{
color: #AA5735;
}
.AnyTagClassName
{
color: #AA5735;
}
</style>
background-color css
<style>
a { background-color: #AA5735; }
a { background-color: rgb(170,87,53); }
div.DivClassName
{
background-color: #AA5735;
}
.BgClassName
{
background-color: #AA5735;
}
</style>
border-color css
<style>
span { border-color: #AA5735; }
span { border-color: rgb(170,87,53); }
td.TdClassName
{
border-color: #AA5735;
}
.TagClassName
{
border-color: #AA5735;
}
</style>