Shades of Vesuvius #A65B2E
Tints of Vesuvius #A65B2E
RGB
CMYK
RGB Variations
Color information
#A65B2E (or 0xA65B2E) is known color: Vesuvius. HEX triplet: A6, 5B and 2E. RGB value is (166,91,46). Sum of RGB (Red+Green+Blue) = 166+91+46=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65B2E is #59A4D1. Grayscale: #6C6C6C. Windows color (decimal): -5874898 or 3038118. OLE color: 3038118.
HSL color Cylindrical-coordinate representation of color #A65B2E: hue angle of 22.5º degrees, saturation: 0.57, 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 #A65B2E is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 46 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.35 |
| HSL | 22.5º | 0.57% | 0.42% | - |
| HSV(B) | 22.5º | 0.72% | 0.65% | - |
| XYZ | 19.96 | 15.79 | 4.58 | - |
| YUV | 108.3 | 92.85 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 46 | 0 | 0.45 | 0.72 | 0.35 | 22.5 | 0.57 | 0.42 |
| Hex | A6 | 5B | 2E | 0 | 2D | 48 | 23 | 16 | 39 | 2A |
| Octal | 246 | 133 | 56 | 0 | 55 | 110 | 43 | 26 | 71 | 52 |
| Binary | 10100110 | 1011011 | 101110 | 0 | 101101 | 1001000 | 100011 | 10110 | 111001 | 101010 |
Color Harmonies of #A65B2E
Complementary color
Monochromatic Colors of #A65B2E
Black with #A65B2E
Text Example
Text Example
White with #A65B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65B2E; }
p { color: rgb(166,91,46); }
H1.HeaderClassName
{
color: #A65B2E;
}
.AnyTagClassName
{
color: #A65B2E;
}
</style>
background-color css
<style>
a { background-color: #A65B2E; }
a { background-color: rgb(166,91,46); }
div.DivClassName
{
background-color: #A65B2E;
}
.BgClassName
{
background-color: #A65B2E;
}
</style>
border-color css
<style>
span { border-color: #A65B2E; }
span { border-color: rgb(166,91,46); }
td.TdClassName
{
border-color: #A65B2E;
}
.TagClassName
{
border-color: #A65B2E;
}
</style>