Shades of Vesuvius #A65737
Tints of Vesuvius #A65737
RGB
CMYK
RGB Variations
Color information
#A65737 (or 0xA65737) is known color: Vesuvius. HEX triplet: A6, 57 and 37. RGB value is (166,87,55). Sum of RGB (Red+Green+Blue) = 166+87+55=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A65737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65737 is #59A8C8. Grayscale: #6B6B6B. Windows color (decimal): -5875913 or 3626918. OLE color: 3626918.
HSL color Cylindrical-coordinate representation of color #A65737: hue angle of 17.3º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A65737 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 55 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.35 |
| HSL | 17.3º | 0.5% | 0.43% | - |
| HSV(B) | 17.3º | 0.67% | 0.65% | - |
| XYZ | 19.82 | 15.2 | 5.5 | - |
| YUV | 106.97 | 98.67 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 55 | 0 | 0.48 | 0.67 | 0.35 | 17.3 | 0.5 | 0.43 |
| Hex | A6 | 57 | 37 | 0 | 30 | 43 | 23 | 11 | 32 | 2B |
| Octal | 246 | 127 | 67 | 0 | 60 | 103 | 43 | 21 | 62 | 53 |
| Binary | 10100110 | 1010111 | 110111 | 0 | 110000 | 1000011 | 100011 | 10001 | 110010 | 101011 |
Color Harmonies of #A65737
Complementary color
Monochromatic Colors of #A65737
Black with #A65737
Text Example
Text Example
White with #A65737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65737; }
p { color: rgb(166,87,55); }
H1.HeaderClassName
{
color: #A65737;
}
.AnyTagClassName
{
color: #A65737;
}
</style>
background-color css
<style>
a { background-color: #A65737; }
a { background-color: rgb(166,87,55); }
div.DivClassName
{
background-color: #A65737;
}
.BgClassName
{
background-color: #A65737;
}
</style>
border-color css
<style>
span { border-color: #A65737; }
span { border-color: rgb(166,87,55); }
td.TdClassName
{
border-color: #A65737;
}
.TagClassName
{
border-color: #A65737;
}
</style>