Shades of Vesuvius #AD5633
Tints of Vesuvius #AD5633
RGB
CMYK
RGB Variations
Color information
#AD5633 (or 0xAD5633) is known color: Vesuvius. HEX triplet: AD, 56 and 33. RGB value is (173,86,51). Sum of RGB (Red+Green+Blue) = 173+86+51=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5633 is #52A9CC. Grayscale: #6C6C6C. Windows color (decimal): -5417421 or 3364525. OLE color: 3364525.
HSL color Cylindrical-coordinate representation of color #AD5633: hue angle of 17.21º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD5633 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 51 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.32 |
| HSL | 17.21º | 0.54% | 0.44% | - |
| HSV(B) | 17.21º | 0.71% | 0.68% | - |
| XYZ | 21.16 | 15.78 | 5.06 | - |
| YUV | 108.02 | 95.82 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 51 | 0 | 0.50 | 0.71 | 0.32 | 17.21 | 0.54 | 0.44 |
| Hex | AD | 56 | 33 | 0 | 32 | 47 | 20 | 11 | 36 | 2C |
| Octal | 255 | 126 | 63 | 0 | 62 | 107 | 40 | 21 | 66 | 54 |
| Binary | 10101101 | 1010110 | 110011 | 0 | 110010 | 1000111 | 100000 | 10001 | 110110 | 101100 |
Color Harmonies of #AD5633
Complementary color
Monochromatic Colors of #AD5633
Black with #AD5633
Text Example
Text Example
White with #AD5633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5633; }
p { color: rgb(173,86,51); }
H1.HeaderClassName
{
color: #AD5633;
}
.AnyTagClassName
{
color: #AD5633;
}
</style>
background-color css
<style>
a { background-color: #AD5633; }
a { background-color: rgb(173,86,51); }
div.DivClassName
{
background-color: #AD5633;
}
.BgClassName
{
background-color: #AD5633;
}
</style>
border-color css
<style>
span { border-color: #AD5633; }
span { border-color: rgb(173,86,51); }
td.TdClassName
{
border-color: #AD5633;
}
.TagClassName
{
border-color: #AD5633;
}
</style>