Shades of Vesuvius #AB5833
Tints of Vesuvius #AB5833
RGB
CMYK
RGB Variations
Color information
#AB5833 (or 0xAB5833) is known color: Vesuvius. HEX triplet: AB, 58 and 33. RGB value is (171,88,51). Sum of RGB (Red+Green+Blue) = 171+88+51=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5833 is #54A7CC. Grayscale: #6C6C6C. Windows color (decimal): -5547981 or 3365035. OLE color: 3365035.
HSL color Cylindrical-coordinate representation of color #AB5833: hue angle of 18.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB5833 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 51 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.33 |
| HSL | 18.5º | 0.54% | 0.44% | - |
| HSV(B) | 18.5º | 0.7% | 0.67% | - |
| XYZ | 20.88 | 15.88 | 5.1 | - |
| YUV | 108.6 | 95.5 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 51 | 0 | 0.49 | 0.70 | 0.33 | 18.5 | 0.54 | 0.44 |
| Hex | AB | 58 | 33 | 0 | 31 | 46 | 21 | 12 | 36 | 2C |
| Octal | 253 | 130 | 63 | 0 | 61 | 106 | 41 | 22 | 66 | 54 |
| Binary | 10101011 | 1011000 | 110011 | 0 | 110001 | 1000110 | 100001 | 10010 | 110110 | 101100 |
Color Harmonies of #AB5833
Complementary color
Monochromatic Colors of #AB5833
Black with #AB5833
Text Example
Text Example
White with #AB5833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5833; }
p { color: rgb(171,88,51); }
H1.HeaderClassName
{
color: #AB5833;
}
.AnyTagClassName
{
color: #AB5833;
}
</style>
background-color css
<style>
a { background-color: #AB5833; }
a { background-color: rgb(171,88,51); }
div.DivClassName
{
background-color: #AB5833;
}
.BgClassName
{
background-color: #AB5833;
}
</style>
border-color css
<style>
span { border-color: #AB5833; }
span { border-color: rgb(171,88,51); }
td.TdClassName
{
border-color: #AB5833;
}
.TagClassName
{
border-color: #AB5833;
}
</style>