Shades of Vesuvius #A65936
Tints of Vesuvius #A65936
RGB
CMYK
RGB Variations
Color information
#A65936 (or 0xA65936) is known color: Vesuvius. HEX triplet: A6, 59 and 36. RGB value is (166,89,54). Sum of RGB (Red+Green+Blue) = 166+89+54=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A65936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65936 is #59A6C9. Grayscale: #6C6C6C. Windows color (decimal): -5875402 or 3561894. OLE color: 3561894.
HSL color Cylindrical-coordinate representation of color #A65936: hue angle of 18.75º degrees, saturation: 0.51, 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 #A65936 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 89 | 54 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.35 |
| HSL | 18.75º | 0.51% | 0.43% | - |
| HSV(B) | 18.75º | 0.67% | 0.65% | - |
| XYZ | 19.96 | 15.52 | 5.43 | - |
| YUV | 108.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 54 | 0 | 0.46 | 0.67 | 0.35 | 18.75 | 0.51 | 0.43 |
| Hex | A6 | 59 | 36 | 0 | 2E | 43 | 23 | 13 | 33 | 2B |
| Octal | 246 | 131 | 66 | 0 | 56 | 103 | 43 | 23 | 63 | 53 |
| Binary | 10100110 | 1011001 | 110110 | 0 | 101110 | 1000011 | 100011 | 10011 | 110011 | 101011 |
Color Harmonies of #A65936
Complementary color
Monochromatic Colors of #A65936
Black with #A65936
Text Example
Text Example
White with #A65936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65936; }
p { color: rgb(166,89,54); }
H1.HeaderClassName
{
color: #A65936;
}
.AnyTagClassName
{
color: #A65936;
}
</style>
background-color css
<style>
a { background-color: #A65936; }
a { background-color: rgb(166,89,54); }
div.DivClassName
{
background-color: #A65936;
}
.BgClassName
{
background-color: #A65936;
}
</style>
border-color css
<style>
span { border-color: #A65936; }
span { border-color: rgb(166,89,54); }
td.TdClassName
{
border-color: #A65936;
}
.TagClassName
{
border-color: #A65936;
}
</style>