Shades of Vesuvius #A85938
Tints of Vesuvius #A85938
RGB
CMYK
RGB Variations
Color information
#A85938 (or 0xA85938) is known color: Vesuvius. HEX triplet: A8, 59 and 38. RGB value is (168,89,56). Sum of RGB (Red+Green+Blue) = 168+89+56=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A85938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85938 is #57A6C7. Grayscale: #6D6D6D. Windows color (decimal): -5744328 or 3692968. OLE color: 3692968.
HSL color Cylindrical-coordinate representation of color #A85938: hue angle of 17.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A85938 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 56 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.34 |
| HSL | 17.68º | 0.5% | 0.44% | - |
| HSV(B) | 17.68º | 0.67% | 0.66% | - |
| XYZ | 20.43 | 15.76 | 5.71 | - |
| YUV | 108.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 56 | 0 | 0.47 | 0.67 | 0.34 | 17.68 | 0.5 | 0.44 |
| Hex | A8 | 59 | 38 | 0 | 2F | 43 | 22 | 12 | 32 | 2C |
| Octal | 250 | 131 | 70 | 0 | 57 | 103 | 42 | 22 | 62 | 54 |
| Binary | 10101000 | 1011001 | 111000 | 0 | 101111 | 1000011 | 100010 | 10010 | 110010 | 101100 |
Color Harmonies of #A85938
Complementary color
Monochromatic Colors of #A85938
Black with #A85938
Text Example
Text Example
White with #A85938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85938; }
p { color: rgb(168,89,56); }
H1.HeaderClassName
{
color: #A85938;
}
.AnyTagClassName
{
color: #A85938;
}
</style>
background-color css
<style>
a { background-color: #A85938; }
a { background-color: rgb(168,89,56); }
div.DivClassName
{
background-color: #A85938;
}
.BgClassName
{
background-color: #A85938;
}
</style>
border-color css
<style>
span { border-color: #A85938; }
span { border-color: rgb(168,89,56); }
td.TdClassName
{
border-color: #A85938;
}
.TagClassName
{
border-color: #A85938;
}
</style>