Shades of Vesuvius #A85831
Tints of Vesuvius #A85831
RGB
CMYK
RGB Variations
Color information
#A85831 (or 0xA85831) is known color: Vesuvius. HEX triplet: A8, 58 and 31. RGB value is (168,88,49). Sum of RGB (Red+Green+Blue) = 168+88+49=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A85831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85831 is #57A7CE. Grayscale: #6B6B6B. Windows color (decimal): -5744591 or 3233960. OLE color: 3233960.
HSL color Cylindrical-coordinate representation of color #A85831: hue angle of 19.66º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A85831 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 49 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.34 |
| HSL | 19.66º | 0.55% | 0.43% | - |
| HSV(B) | 19.66º | 0.71% | 0.66% | - |
| XYZ | 20.19 | 15.53 | 4.84 | - |
| YUV | 107.47 | 95 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 49 | 0 | 0.48 | 0.71 | 0.34 | 19.66 | 0.55 | 0.43 |
| Hex | A8 | 58 | 31 | 0 | 30 | 47 | 22 | 14 | 37 | 2B |
| Octal | 250 | 130 | 61 | 0 | 60 | 107 | 42 | 24 | 67 | 53 |
| Binary | 10101000 | 1011000 | 110001 | 0 | 110000 | 1000111 | 100010 | 10100 | 110111 | 101011 |
Color Harmonies of #A85831
Complementary color
Monochromatic Colors of #A85831
Black with #A85831
Text Example
Text Example
White with #A85831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85831; }
p { color: rgb(168,88,49); }
H1.HeaderClassName
{
color: #A85831;
}
.AnyTagClassName
{
color: #A85831;
}
</style>
background-color css
<style>
a { background-color: #A85831; }
a { background-color: rgb(168,88,49); }
div.DivClassName
{
background-color: #A85831;
}
.BgClassName
{
background-color: #A85831;
}
</style>
border-color css
<style>
span { border-color: #A85831; }
span { border-color: rgb(168,88,49); }
td.TdClassName
{
border-color: #A85831;
}
.TagClassName
{
border-color: #A85831;
}
</style>