Shades of Vesuvius #AD5835
Tints of Vesuvius #AD5835
RGB
CMYK
RGB Variations
Color information
#AD5835 (or 0xAD5835) is known color: Vesuvius. HEX triplet: AD, 58 and 35. RGB value is (173,88,53). Sum of RGB (Red+Green+Blue) = 173+88+53=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5835 is #52A7CA. Grayscale: #6D6D6D. Windows color (decimal): -5416907 or 3496109. OLE color: 3496109.
HSL color Cylindrical-coordinate representation of color #AD5835: hue angle of 17.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD5835 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 53 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.32 |
| HSL | 17.5º | 0.53% | 0.44% | - |
| HSV(B) | 17.5º | 0.69% | 0.68% | - |
| XYZ | 21.37 | 16.12 | 5.35 | - |
| YUV | 109.43 | 96.16 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 53 | 0 | 0.49 | 0.69 | 0.32 | 17.5 | 0.53 | 0.44 |
| Hex | AD | 58 | 35 | 0 | 31 | 45 | 20 | 12 | 35 | 2C |
| Octal | 255 | 130 | 65 | 0 | 61 | 105 | 40 | 22 | 65 | 54 |
| Binary | 10101101 | 1011000 | 110101 | 0 | 110001 | 1000101 | 100000 | 10010 | 110101 | 101100 |
Color Harmonies of #AD5835
Complementary color
Monochromatic Colors of #AD5835
Black with #AD5835
Text Example
Text Example
White with #AD5835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5835; }
p { color: rgb(173,88,53); }
H1.HeaderClassName
{
color: #AD5835;
}
.AnyTagClassName
{
color: #AD5835;
}
</style>
background-color css
<style>
a { background-color: #AD5835; }
a { background-color: rgb(173,88,53); }
div.DivClassName
{
background-color: #AD5835;
}
.BgClassName
{
background-color: #AD5835;
}
</style>
border-color css
<style>
span { border-color: #AD5835; }
span { border-color: rgb(173,88,53); }
td.TdClassName
{
border-color: #AD5835;
}
.TagClassName
{
border-color: #AD5835;
}
</style>