Shades of Vesuvius #A45734
Tints of Vesuvius #A45734
RGB
CMYK
RGB Variations
Color information
#A45734 (or 0xA45734) is known color: Vesuvius. HEX triplet: A4, 57 and 34. RGB value is (164,87,52). Sum of RGB (Red+Green+Blue) = 164+87+52=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A45734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45734 is #5BA8CB. Grayscale: #6A6A6A. Windows color (decimal): -6006988 or 3430308. OLE color: 3430308.
HSL color Cylindrical-coordinate representation of color #A45734: hue angle of 18.75º 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 #A45734 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 87 | 52 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.36 |
| HSL | 18.75º | 0.52% | 0.42% | - |
| HSV(B) | 18.75º | 0.68% | 0.64% | - |
| XYZ | 19.34 | 14.96 | 5.12 | - |
| YUV | 106.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 87 | 52 | 0 | 0.47 | 0.68 | 0.36 | 18.75 | 0.52 | 0.42 |
| Hex | A4 | 57 | 34 | 0 | 2F | 44 | 24 | 13 | 34 | 2A |
| Octal | 244 | 127 | 64 | 0 | 57 | 104 | 44 | 23 | 64 | 52 |
| Binary | 10100100 | 1010111 | 110100 | 0 | 101111 | 1000100 | 100100 | 10011 | 110100 | 101010 |
Color Harmonies of #A45734
Complementary color
Monochromatic Colors of #A45734
Black with #A45734
Text Example
Text Example
White with #A45734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45734; }
p { color: rgb(164,87,52); }
H1.HeaderClassName
{
color: #A45734;
}
.AnyTagClassName
{
color: #A45734;
}
</style>
background-color css
<style>
a { background-color: #A45734; }
a { background-color: rgb(164,87,52); }
div.DivClassName
{
background-color: #A45734;
}
.BgClassName
{
background-color: #A45734;
}
</style>
border-color css
<style>
span { border-color: #A45734; }
span { border-color: rgb(164,87,52); }
td.TdClassName
{
border-color: #A45734;
}
.TagClassName
{
border-color: #A45734;
}
</style>