Shades of Vesuvius #A45936
Tints of Vesuvius #A45936
RGB
CMYK
RGB Variations
Color information
#A45936 (or 0xA45936) is known color: Vesuvius. HEX triplet: A4, 59 and 36. RGB value is (164,89,54). Sum of RGB (Red+Green+Blue) = 164+89+54=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A45936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45936 is #5BA6C9. Grayscale: #6B6B6B. Windows color (decimal): -6006474 or 3561892. OLE color: 3561892.
HSL color Cylindrical-coordinate representation of color #A45936: hue angle of 19.09º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A45936 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 54 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.36 |
| HSL | 19.09º | 0.5% | 0.43% | - |
| HSV(B) | 19.09º | 0.67% | 0.64% | - |
| XYZ | 19.55 | 15.3 | 5.41 | - |
| YUV | 107.44 | 97.85 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 54 | 0 | 0.46 | 0.67 | 0.36 | 19.09 | 0.5 | 0.43 |
| Hex | A4 | 59 | 36 | 0 | 2E | 43 | 24 | 13 | 32 | 2B |
| Octal | 244 | 131 | 66 | 0 | 56 | 103 | 44 | 23 | 62 | 53 |
| Binary | 10100100 | 1011001 | 110110 | 0 | 101110 | 1000011 | 100100 | 10011 | 110010 | 101011 |
Color Harmonies of #A45936
Complementary color
Monochromatic Colors of #A45936
Black with #A45936
Text Example
Text Example
White with #A45936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45936; }
p { color: rgb(164,89,54); }
H1.HeaderClassName
{
color: #A45936;
}
.AnyTagClassName
{
color: #A45936;
}
</style>
background-color css
<style>
a { background-color: #A45936; }
a { background-color: rgb(164,89,54); }
div.DivClassName
{
background-color: #A45936;
}
.BgClassName
{
background-color: #A45936;
}
</style>
border-color css
<style>
span { border-color: #A45936; }
span { border-color: rgb(164,89,54); }
td.TdClassName
{
border-color: #A45936;
}
.TagClassName
{
border-color: #A45936;
}
</style>