Shades of Vesuvius #AB5D36
Tints of Vesuvius #AB5D36
RGB
CMYK
RGB Variations
Color information
#AB5D36 (or 0xAB5D36) is known color: Vesuvius. HEX triplet: AB, 5D and 36. RGB value is (171,93,54). Sum of RGB (Red+Green+Blue) = 171+93+54=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5D36 is #54A2C9. Grayscale: #707070. Windows color (decimal): -5546698 or 3562923. OLE color: 3562923.
HSL color Cylindrical-coordinate representation of color #AB5D36: hue angle of 20º 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 #AB5D36 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 54 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.33 |
| HSL | 20º | 0.52% | 0.44% | - |
| HSV(B) | 20º | 0.68% | 0.67% | - |
| XYZ | 21.37 | 16.75 | 5.6 | - |
| YUV | 111.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 54 | 0 | 0.46 | 0.68 | 0.33 | 20 | 0.52 | 0.44 |
| Hex | AB | 5D | 36 | 0 | 2E | 44 | 21 | 14 | 34 | 2C |
| Octal | 253 | 135 | 66 | 0 | 56 | 104 | 41 | 24 | 64 | 54 |
| Binary | 10101011 | 1011101 | 110110 | 0 | 101110 | 1000100 | 100001 | 10100 | 110100 | 101100 |
Color Harmonies of #AB5D36
Complementary color
Monochromatic Colors of #AB5D36
Black with #AB5D36
Text Example
Text Example
White with #AB5D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D36; }
p { color: rgb(171,93,54); }
H1.HeaderClassName
{
color: #AB5D36;
}
.AnyTagClassName
{
color: #AB5D36;
}
</style>
background-color css
<style>
a { background-color: #AB5D36; }
a { background-color: rgb(171,93,54); }
div.DivClassName
{
background-color: #AB5D36;
}
.BgClassName
{
background-color: #AB5D36;
}
</style>
border-color css
<style>
span { border-color: #AB5D36; }
span { border-color: rgb(171,93,54); }
td.TdClassName
{
border-color: #AB5D36;
}
.TagClassName
{
border-color: #AB5D36;
}
</style>