Shades of Vesuvius #A45834
Tints of Vesuvius #A45834
RGB
CMYK
RGB Variations
Color information
#A45834 (or 0xA45834) is known color: Vesuvius. HEX triplet: A4, 58 and 34. RGB value is (164,88,52). Sum of RGB (Red+Green+Blue) = 164+88+52=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A45834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45834 is #5BA7CB. Grayscale: #6A6A6A. Windows color (decimal): -6006732 or 3430564. OLE color: 3430564.
HSL color Cylindrical-coordinate representation of color #A45834: hue angle of 19.29º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A45834 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 52 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.36 |
| HSL | 19.29º | 0.52% | 0.42% | - |
| HSV(B) | 19.29º | 0.68% | 0.64% | - |
| XYZ | 19.42 | 15.12 | 5.14 | - |
| YUV | 106.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 52 | 0 | 0.46 | 0.68 | 0.36 | 19.29 | 0.52 | 0.42 |
| Hex | A4 | 58 | 34 | 0 | 2E | 44 | 24 | 13 | 34 | 2A |
| Octal | 244 | 130 | 64 | 0 | 56 | 104 | 44 | 23 | 64 | 52 |
| Binary | 10100100 | 1011000 | 110100 | 0 | 101110 | 1000100 | 100100 | 10011 | 110100 | 101010 |
Color Harmonies of #A45834
Complementary color
Monochromatic Colors of #A45834
Black with #A45834
Text Example
Text Example
White with #A45834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45834; }
p { color: rgb(164,88,52); }
H1.HeaderClassName
{
color: #A45834;
}
.AnyTagClassName
{
color: #A45834;
}
</style>
background-color css
<style>
a { background-color: #A45834; }
a { background-color: rgb(164,88,52); }
div.DivClassName
{
background-color: #A45834;
}
.BgClassName
{
background-color: #A45834;
}
</style>
border-color css
<style>
span { border-color: #A45834; }
span { border-color: rgb(164,88,52); }
td.TdClassName
{
border-color: #A45834;
}
.TagClassName
{
border-color: #A45834;
}
</style>