Shades of Vesuvius #A65B2F
Tints of Vesuvius #A65B2F
RGB
CMYK
RGB Variations
Color information
#A65B2F (or 0xA65B2F) is known color: Vesuvius. HEX triplet: A6, 5B and 2F. RGB value is (166,91,47). Sum of RGB (Red+Green+Blue) = 166+91+47=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65B2F is #59A4D0. Grayscale: #6C6C6C. Windows color (decimal): -5874897 or 3103654. OLE color: 3103654.
HSL color Cylindrical-coordinate representation of color #A65B2F: hue angle of 22.18º 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 #A65B2F is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 47 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.35 |
| HSL | 22.18º | 0.56% | 0.42% | - |
| HSV(B) | 22.18º | 0.72% | 0.65% | - |
| XYZ | 19.98 | 15.79 | 4.68 | - |
| YUV | 108.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 47 | 0 | 0.45 | 0.72 | 0.35 | 22.18 | 0.56 | 0.42 |
| Hex | A6 | 5B | 2F | 0 | 2D | 48 | 23 | 16 | 38 | 2A |
| Octal | 246 | 133 | 57 | 0 | 55 | 110 | 43 | 26 | 70 | 52 |
| Binary | 10100110 | 1011011 | 101111 | 0 | 101101 | 1001000 | 100011 | 10110 | 111000 | 101010 |
Color Harmonies of #A65B2F
Complementary color
Monochromatic Colors of #A65B2F
Black with #A65B2F
Text Example
Text Example
White with #A65B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65B2F; }
p { color: rgb(166,91,47); }
H1.HeaderClassName
{
color: #A65B2F;
}
.AnyTagClassName
{
color: #A65B2F;
}
</style>
background-color css
<style>
a { background-color: #A65B2F; }
a { background-color: rgb(166,91,47); }
div.DivClassName
{
background-color: #A65B2F;
}
.BgClassName
{
background-color: #A65B2F;
}
</style>
border-color css
<style>
span { border-color: #A65B2F; }
span { border-color: rgb(166,91,47); }
td.TdClassName
{
border-color: #A65B2F;
}
.TagClassName
{
border-color: #A65B2F;
}
</style>