Shades of Vesuvius #A6512F
Tints of Vesuvius #A6512F
RGB
CMYK
RGB Variations
Color information
#A6512F (or 0xA6512F) is known color: Vesuvius. HEX triplet: A6, 51 and 2F. RGB value is (166,81,47). Sum of RGB (Red+Green+Blue) = 166+81+47=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6512F is #59AED0. Grayscale: #666666. Windows color (decimal): -5877457 or 3101094. OLE color: 3101094.
HSL color Cylindrical-coordinate representation of color #A6512F: hue angle of 17.14º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6512F is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 47 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.35 |
| HSL | 17.14º | 0.56% | 0.42% | - |
| HSV(B) | 17.14º | 0.72% | 0.65% | - |
| XYZ | 19.18 | 14.2 | 4.42 | - |
| YUV | 102.54 | 96.66 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 47 | 0 | 0.51 | 0.72 | 0.35 | 17.14 | 0.56 | 0.42 |
| Hex | A6 | 51 | 2F | 0 | 33 | 48 | 23 | 11 | 38 | 2A |
| Octal | 246 | 121 | 57 | 0 | 63 | 110 | 43 | 21 | 70 | 52 |
| Binary | 10100110 | 1010001 | 101111 | 0 | 110011 | 1001000 | 100011 | 10001 | 111000 | 101010 |
Color Harmonies of #A6512F
Complementary color
Monochromatic Colors of #A6512F
Black with #A6512F
Text Example
Text Example
White with #A6512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6512F; }
p { color: rgb(166,81,47); }
H1.HeaderClassName
{
color: #A6512F;
}
.AnyTagClassName
{
color: #A6512F;
}
</style>
background-color css
<style>
a { background-color: #A6512F; }
a { background-color: rgb(166,81,47); }
div.DivClassName
{
background-color: #A6512F;
}
.BgClassName
{
background-color: #A6512F;
}
</style>
border-color css
<style>
span { border-color: #A6512F; }
span { border-color: rgb(166,81,47); }
td.TdClassName
{
border-color: #A6512F;
}
.TagClassName
{
border-color: #A6512F;
}
</style>