Shades of Vesuvius #A65C30
Tints of Vesuvius #A65C30
RGB
CMYK
RGB Variations
Color information
#A65C30 (or 0xA65C30) is known color: Vesuvius. HEX triplet: A6, 5C and 30. RGB value is (166,92,48). Sum of RGB (Red+Green+Blue) = 166+92+48=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C30 is #59A3CF. Grayscale: #6D6D6D. Windows color (decimal): -5874640 or 3169446. OLE color: 3169446.
HSL color Cylindrical-coordinate representation of color #A65C30: hue angle of 22.37º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A65C30 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 48 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.35 |
| HSL | 22.37º | 0.55% | 0.42% | - |
| HSV(B) | 22.37º | 0.71% | 0.65% | - |
| XYZ | 20.09 | 15.97 | 4.82 | - |
| YUV | 109.11 | 93.52 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 48 | 0 | 0.45 | 0.71 | 0.35 | 22.37 | 0.55 | 0.42 |
| Hex | A6 | 5C | 30 | 0 | 2D | 47 | 23 | 16 | 37 | 2A |
| Octal | 246 | 134 | 60 | 0 | 55 | 107 | 43 | 26 | 67 | 52 |
| Binary | 10100110 | 1011100 | 110000 | 0 | 101101 | 1000111 | 100011 | 10110 | 110111 | 101010 |
Color Harmonies of #A65C30
Complementary color
Monochromatic Colors of #A65C30
Black with #A65C30
Text Example
Text Example
White with #A65C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C30; }
p { color: rgb(166,92,48); }
H1.HeaderClassName
{
color: #A65C30;
}
.AnyTagClassName
{
color: #A65C30;
}
</style>
background-color css
<style>
a { background-color: #A65C30; }
a { background-color: rgb(166,92,48); }
div.DivClassName
{
background-color: #A65C30;
}
.BgClassName
{
background-color: #A65C30;
}
</style>
border-color css
<style>
span { border-color: #A65C30; }
span { border-color: rgb(166,92,48); }
td.TdClassName
{
border-color: #A65C30;
}
.TagClassName
{
border-color: #A65C30;
}
</style>