Shades of Vesuvius #A65533
Tints of Vesuvius #A65533
RGB
CMYK
RGB Variations
Color information
#A65533 (or 0xA65533) is known color: Vesuvius. HEX triplet: A6, 55 and 33. RGB value is (166,85,51). Sum of RGB (Red+Green+Blue) = 166+85+51=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A65533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65533 is #59AACC. Grayscale: #696969. Windows color (decimal): -5876429 or 3364262. OLE color: 3364262.
HSL color Cylindrical-coordinate representation of color #A65533: hue angle of 17.74º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A65533 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 85 | 51 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.35 |
| HSL | 17.74º | 0.53% | 0.43% | - |
| HSV(B) | 17.74º | 0.69% | 0.65% | - |
| XYZ | 19.57 | 14.84 | 4.97 | - |
| YUV | 105.34 | 97.34 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 51 | 0 | 0.49 | 0.69 | 0.35 | 17.74 | 0.53 | 0.43 |
| Hex | A6 | 55 | 33 | 0 | 31 | 45 | 23 | 12 | 35 | 2B |
| Octal | 246 | 125 | 63 | 0 | 61 | 105 | 43 | 22 | 65 | 53 |
| Binary | 10100110 | 1010101 | 110011 | 0 | 110001 | 1000101 | 100011 | 10010 | 110101 | 101011 |
Color Harmonies of #A65533
Complementary color
Monochromatic Colors of #A65533
Black with #A65533
Text Example
Text Example
White with #A65533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65533; }
p { color: rgb(166,85,51); }
H1.HeaderClassName
{
color: #A65533;
}
.AnyTagClassName
{
color: #A65533;
}
</style>
background-color css
<style>
a { background-color: #A65533; }
a { background-color: rgb(166,85,51); }
div.DivClassName
{
background-color: #A65533;
}
.BgClassName
{
background-color: #A65533;
}
</style>
border-color css
<style>
span { border-color: #A65533; }
span { border-color: rgb(166,85,51); }
td.TdClassName
{
border-color: #A65533;
}
.TagClassName
{
border-color: #A65533;
}
</style>