Shades of Vesuvius #A5582F
Tints of Vesuvius #A5582F
RGB
CMYK
RGB Variations
Color information
#A5582F (or 0xA5582F) is known color: Vesuvius. HEX triplet: A5, 58 and 2F. RGB value is (165,88,47). Sum of RGB (Red+Green+Blue) = 165+88+47=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A5582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5582F is #5AA7D0. Grayscale: #6A6A6A. Windows color (decimal): -5941201 or 3102885. OLE color: 3102885.
HSL color Cylindrical-coordinate representation of color #A5582F: hue angle of 20.85º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5582F is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 88 | 47 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.35 |
| HSL | 20.85º | 0.56% | 0.42% | - |
| HSV(B) | 20.85º | 0.72% | 0.65% | - |
| XYZ | 19.52 | 15.18 | 4.59 | - |
| YUV | 106.35 | 94.51 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 47 | 0 | 0.47 | 0.72 | 0.35 | 20.85 | 0.56 | 0.42 |
| Hex | A5 | 58 | 2F | 0 | 2F | 48 | 23 | 15 | 38 | 2A |
| Octal | 245 | 130 | 57 | 0 | 57 | 110 | 43 | 25 | 70 | 52 |
| Binary | 10100101 | 1011000 | 101111 | 0 | 101111 | 1001000 | 100011 | 10101 | 111000 | 101010 |
Color Harmonies of #A5582F
Complementary color
Monochromatic Colors of #A5582F
Black with #A5582F
Text Example
Text Example
White with #A5582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5582F; }
p { color: rgb(165,88,47); }
H1.HeaderClassName
{
color: #A5582F;
}
.AnyTagClassName
{
color: #A5582F;
}
</style>
background-color css
<style>
a { background-color: #A5582F; }
a { background-color: rgb(165,88,47); }
div.DivClassName
{
background-color: #A5582F;
}
.BgClassName
{
background-color: #A5582F;
}
</style>
border-color css
<style>
span { border-color: #A5582F; }
span { border-color: rgb(165,88,47); }
td.TdClassName
{
border-color: #A5582F;
}
.TagClassName
{
border-color: #A5582F;
}
</style>