Shades of Vesuvius #AD5635
Tints of Vesuvius #AD5635
RGB
CMYK
RGB Variations
Color information
#AD5635 (or 0xAD5635) is known color: Vesuvius. HEX triplet: AD, 56 and 35. RGB value is (173,86,53). Sum of RGB (Red+Green+Blue) = 173+86+53=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5635 is #52A9CA. Grayscale: #6C6C6C. Windows color (decimal): -5417419 or 3495597. OLE color: 3495597.
HSL color Cylindrical-coordinate representation of color #AD5635: hue angle of 16.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 #AD5635 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 53 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.32 |
| HSL | 16.5º | 0.53% | 0.44% | - |
| HSV(B) | 16.5º | 0.69% | 0.68% | - |
| XYZ | 21.2 | 15.8 | 5.3 | - |
| YUV | 108.25 | 96.82 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 53 | 0 | 0.50 | 0.69 | 0.32 | 16.5 | 0.53 | 0.44 |
| Hex | AD | 56 | 35 | 0 | 32 | 45 | 20 | 10 | 35 | 2C |
| Octal | 255 | 126 | 65 | 0 | 62 | 105 | 40 | 20 | 65 | 54 |
| Binary | 10101101 | 1010110 | 110101 | 0 | 110010 | 1000101 | 100000 | 10000 | 110101 | 101100 |
Color Harmonies of #AD5635
Complementary color
Monochromatic Colors of #AD5635
Black with #AD5635
Text Example
Text Example
White with #AD5635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5635; }
p { color: rgb(173,86,53); }
H1.HeaderClassName
{
color: #AD5635;
}
.AnyTagClassName
{
color: #AD5635;
}
</style>
background-color css
<style>
a { background-color: #AD5635; }
a { background-color: rgb(173,86,53); }
div.DivClassName
{
background-color: #AD5635;
}
.BgClassName
{
background-color: #AD5635;
}
</style>
border-color css
<style>
span { border-color: #AD5635; }
span { border-color: rgb(173,86,53); }
td.TdClassName
{
border-color: #AD5635;
}
.TagClassName
{
border-color: #AD5635;
}
</style>