Shades of Vesuvius #AD5A39
Tints of Vesuvius #AD5A39
RGB
CMYK
RGB Variations
Color information
#AD5A39 (or 0xAD5A39) is known color: Vesuvius. HEX triplet: AD, 5A and 39. RGB value is (173,90,57). Sum of RGB (Red+Green+Blue) = 173+90+57=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A39 is #52A5C6. Grayscale: #6F6F6F. Windows color (decimal): -5416391 or 3758765. OLE color: 3758765.
HSL color Cylindrical-coordinate representation of color #AD5A39: hue angle of 17.07º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD5A39 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 57 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.32 |
| HSL | 17.07º | 0.5% | 0.45% | - |
| HSV(B) | 17.07º | 0.67% | 0.68% | - |
| XYZ | 21.63 | 16.49 | 5.91 | - |
| YUV | 111.06 | 97.5 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 57 | 0 | 0.48 | 0.67 | 0.32 | 17.07 | 0.5 | 0.45 |
| Hex | AD | 5A | 39 | 0 | 30 | 43 | 20 | 11 | 32 | 2D |
| Octal | 255 | 132 | 71 | 0 | 60 | 103 | 40 | 21 | 62 | 55 |
| Binary | 10101101 | 1011010 | 111001 | 0 | 110000 | 1000011 | 100000 | 10001 | 110010 | 101101 |
Color Harmonies of #AD5A39
Complementary color
Monochromatic Colors of #AD5A39
Black with #AD5A39
Text Example
Text Example
White with #AD5A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A39; }
p { color: rgb(173,90,57); }
H1.HeaderClassName
{
color: #AD5A39;
}
.AnyTagClassName
{
color: #AD5A39;
}
</style>
background-color css
<style>
a { background-color: #AD5A39; }
a { background-color: rgb(173,90,57); }
div.DivClassName
{
background-color: #AD5A39;
}
.BgClassName
{
background-color: #AD5A39;
}
</style>
border-color css
<style>
span { border-color: #AD5A39; }
span { border-color: rgb(173,90,57); }
td.TdClassName
{
border-color: #AD5A39;
}
.TagClassName
{
border-color: #AD5A39;
}
</style>