Shades of Vesuvius #A65732
Tints of Vesuvius #A65732
RGB
CMYK
RGB Variations
Color information
#A65732 (or 0xA65732) is known color: Vesuvius. HEX triplet: A6, 57 and 32. RGB value is (166,87,50). Sum of RGB (Red+Green+Blue) = 166+87+50=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A65732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65732 is #59A8CD. Grayscale: #6A6A6A. Windows color (decimal): -5875918 or 3299238. OLE color: 3299238.
HSL color Cylindrical-coordinate representation of color #A65732: hue angle of 19.14º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A65732 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 50 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.35 |
| HSL | 19.14º | 0.54% | 0.42% | - |
| HSV(B) | 19.14º | 0.7% | 0.65% | - |
| XYZ | 19.71 | 15.15 | 4.9 | - |
| YUV | 106.4 | 96.17 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 50 | 0 | 0.48 | 0.70 | 0.35 | 19.14 | 0.54 | 0.42 |
| Hex | A6 | 57 | 32 | 0 | 30 | 46 | 23 | 13 | 36 | 2A |
| Octal | 246 | 127 | 62 | 0 | 60 | 106 | 43 | 23 | 66 | 52 |
| Binary | 10100110 | 1010111 | 110010 | 0 | 110000 | 1000110 | 100011 | 10011 | 110110 | 101010 |
Color Harmonies of #A65732
Complementary color
Monochromatic Colors of #A65732
Black with #A65732
Text Example
Text Example
White with #A65732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65732; }
p { color: rgb(166,87,50); }
H1.HeaderClassName
{
color: #A65732;
}
.AnyTagClassName
{
color: #A65732;
}
</style>
background-color css
<style>
a { background-color: #A65732; }
a { background-color: rgb(166,87,50); }
div.DivClassName
{
background-color: #A65732;
}
.BgClassName
{
background-color: #A65732;
}
</style>
border-color css
<style>
span { border-color: #A65732; }
span { border-color: rgb(166,87,50); }
td.TdClassName
{
border-color: #A65732;
}
.TagClassName
{
border-color: #A65732;
}
</style>