Shades of Vesuvius #A45932
Tints of Vesuvius #A45932
RGB
CMYK
RGB Variations
Color information
#A45932 (or 0xA45932) is known color: Vesuvius. HEX triplet: A4, 59 and 32. RGB value is (164,89,50). Sum of RGB (Red+Green+Blue) = 164+89+50=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A45932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45932 is #5BA6CD. Grayscale: #6B6B6B. Windows color (decimal): -6006478 or 3299748. OLE color: 3299748.
HSL color Cylindrical-coordinate representation of color #A45932: hue angle of 20.53º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A45932 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 50 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.36 |
| HSL | 20.53º | 0.53% | 0.42% | - |
| HSV(B) | 20.53º | 0.7% | 0.64% | - |
| XYZ | 19.46 | 15.27 | 4.94 | - |
| YUV | 106.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 50 | 0 | 0.46 | 0.70 | 0.36 | 20.53 | 0.53 | 0.42 |
| Hex | A4 | 59 | 32 | 0 | 2E | 46 | 24 | 15 | 35 | 2A |
| Octal | 244 | 131 | 62 | 0 | 56 | 106 | 44 | 25 | 65 | 52 |
| Binary | 10100100 | 1011001 | 110010 | 0 | 101110 | 1000110 | 100100 | 10101 | 110101 | 101010 |
Color Harmonies of #A45932
Complementary color
Monochromatic Colors of #A45932
Black with #A45932
Text Example
Text Example
White with #A45932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45932; }
p { color: rgb(164,89,50); }
H1.HeaderClassName
{
color: #A45932;
}
.AnyTagClassName
{
color: #A45932;
}
</style>
background-color css
<style>
a { background-color: #A45932; }
a { background-color: rgb(164,89,50); }
div.DivClassName
{
background-color: #A45932;
}
.BgClassName
{
background-color: #A45932;
}
</style>
border-color css
<style>
span { border-color: #A45932; }
span { border-color: rgb(164,89,50); }
td.TdClassName
{
border-color: #A45932;
}
.TagClassName
{
border-color: #A45932;
}
</style>