Shades of Vesuvius #AA5636
Tints of Vesuvius #AA5636
RGB
CMYK
RGB Variations
Color information
#AA5636 (or 0xAA5636) is known color: Vesuvius. HEX triplet: AA, 56 and 36. RGB value is (170,86,54). Sum of RGB (Red+Green+Blue) = 170+86+54=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5636 is #55A9C9. Grayscale: #6B6B6B. Windows color (decimal): -5614026 or 3561130. OLE color: 3561130.
HSL color Cylindrical-coordinate representation of color #AA5636: hue angle of 16.55º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA5636 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 54 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.33 |
| HSL | 16.55º | 0.52% | 0.44% | - |
| HSV(B) | 16.55º | 0.68% | 0.67% | - |
| XYZ | 20.57 | 15.47 | 5.39 | - |
| YUV | 107.47 | 97.83 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 54 | 0 | 0.49 | 0.68 | 0.33 | 16.55 | 0.52 | 0.44 |
| Hex | AA | 56 | 36 | 0 | 31 | 44 | 21 | 11 | 34 | 2C |
| Octal | 252 | 126 | 66 | 0 | 61 | 104 | 41 | 21 | 64 | 54 |
| Binary | 10101010 | 1010110 | 110110 | 0 | 110001 | 1000100 | 100001 | 10001 | 110100 | 101100 |
Color Harmonies of #AA5636
Complementary color
Monochromatic Colors of #AA5636
Black with #AA5636
Text Example
Text Example
White with #AA5636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5636; }
p { color: rgb(170,86,54); }
H1.HeaderClassName
{
color: #AA5636;
}
.AnyTagClassName
{
color: #AA5636;
}
</style>
background-color css
<style>
a { background-color: #AA5636; }
a { background-color: rgb(170,86,54); }
div.DivClassName
{
background-color: #AA5636;
}
.BgClassName
{
background-color: #AA5636;
}
</style>
border-color css
<style>
span { border-color: #AA5636; }
span { border-color: rgb(170,86,54); }
td.TdClassName
{
border-color: #AA5636;
}
.TagClassName
{
border-color: #AA5636;
}
</style>