Shades of Vesuvius #A25636
Tints of Vesuvius #A25636
RGB
CMYK
RGB Variations
Color information
#A25636 (or 0xA25636) is known color: Vesuvius. HEX triplet: A2, 56 and 36. RGB value is (162,86,54). Sum of RGB (Red+Green+Blue) = 162+86+54=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A25636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25636 is #5DA9C9. Grayscale: #696969. Windows color (decimal): -6138314 or 3561122. OLE color: 3561122.
HSL color Cylindrical-coordinate representation of color #A25636: hue angle of 17.78º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A25636 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 86 | 54 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.36 |
| HSL | 17.78º | 0.5% | 0.42% | - |
| HSV(B) | 17.78º | 0.67% | 0.64% | - |
| XYZ | 18.89 | 14.6 | 5.31 | - |
| YUV | 105.08 | 99.18 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 54 | 0 | 0.47 | 0.67 | 0.36 | 17.78 | 0.5 | 0.42 |
| Hex | A2 | 56 | 36 | 0 | 2F | 43 | 24 | 12 | 32 | 2A |
| Octal | 242 | 126 | 66 | 0 | 57 | 103 | 44 | 22 | 62 | 52 |
| Binary | 10100010 | 1010110 | 110110 | 0 | 101111 | 1000011 | 100100 | 10010 | 110010 | 101010 |
Color Harmonies of #A25636
Complementary color
Monochromatic Colors of #A25636
Black with #A25636
Text Example
Text Example
White with #A25636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25636; }
p { color: rgb(162,86,54); }
H1.HeaderClassName
{
color: #A25636;
}
.AnyTagClassName
{
color: #A25636;
}
</style>
background-color css
<style>
a { background-color: #A25636; }
a { background-color: rgb(162,86,54); }
div.DivClassName
{
background-color: #A25636;
}
.BgClassName
{
background-color: #A25636;
}
</style>
border-color css
<style>
span { border-color: #A25636; }
span { border-color: rgb(162,86,54); }
td.TdClassName
{
border-color: #A25636;
}
.TagClassName
{
border-color: #A25636;
}
</style>