Shades of Vesuvius #A65735
Tints of Vesuvius #A65735
RGB
CMYK
RGB Variations
Color information
#A65735 (or 0xA65735) is known color: Vesuvius. HEX triplet: A6, 57 and 35. RGB value is (166,87,53). Sum of RGB (Red+Green+Blue) = 166+87+53=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A65735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65735 is #59A8CA. Grayscale: #6A6A6A. Windows color (decimal): -5875915 or 3495846. OLE color: 3495846.
HSL color Cylindrical-coordinate representation of color #A65735: hue angle of 18.05º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A65735 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 53 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.35 |
| HSL | 18.05º | 0.52% | 0.43% | - |
| HSV(B) | 18.05º | 0.68% | 0.65% | - |
| XYZ | 19.78 | 15.18 | 5.26 | - |
| YUV | 106.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 53 | 0 | 0.48 | 0.68 | 0.35 | 18.05 | 0.52 | 0.43 |
| Hex | A6 | 57 | 35 | 0 | 30 | 44 | 23 | 12 | 34 | 2B |
| Octal | 246 | 127 | 65 | 0 | 60 | 104 | 43 | 22 | 64 | 53 |
| Binary | 10100110 | 1010111 | 110101 | 0 | 110000 | 1000100 | 100011 | 10010 | 110100 | 101011 |
Color Harmonies of #A65735
Complementary color
Monochromatic Colors of #A65735
Black with #A65735
Text Example
Text Example
White with #A65735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65735; }
p { color: rgb(166,87,53); }
H1.HeaderClassName
{
color: #A65735;
}
.AnyTagClassName
{
color: #A65735;
}
</style>
background-color css
<style>
a { background-color: #A65735; }
a { background-color: rgb(166,87,53); }
div.DivClassName
{
background-color: #A65735;
}
.BgClassName
{
background-color: #A65735;
}
</style>
border-color css
<style>
span { border-color: #A65735; }
span { border-color: rgb(166,87,53); }
td.TdClassName
{
border-color: #A65735;
}
.TagClassName
{
border-color: #A65735;
}
</style>