Shades of Vesuvius #A55A30
Tints of Vesuvius #A55A30
RGB
CMYK
RGB Variations
Color information
#A55A30 (or 0xA55A30) is known color: Vesuvius. HEX triplet: A5, 5A and 30. RGB value is (165,90,48). Sum of RGB (Red+Green+Blue) = 165+90+48=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A30 is #5AA5CF. Grayscale: #6B6B6B. Windows color (decimal): -5940688 or 3168933. OLE color: 3168933.
HSL color Cylindrical-coordinate representation of color #A55A30: hue angle of 21.54º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A55A30 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 90 | 48 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.35 |
| HSL | 21.54º | 0.55% | 0.42% | - |
| HSV(B) | 21.54º | 0.71% | 0.65% | - |
| XYZ | 19.71 | 15.53 | 4.75 | - |
| YUV | 107.64 | 94.35 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 48 | 0 | 0.45 | 0.71 | 0.35 | 21.54 | 0.55 | 0.42 |
| Hex | A5 | 5A | 30 | 0 | 2D | 47 | 23 | 16 | 37 | 2A |
| Octal | 245 | 132 | 60 | 0 | 55 | 107 | 43 | 26 | 67 | 52 |
| Binary | 10100101 | 1011010 | 110000 | 0 | 101101 | 1000111 | 100011 | 10110 | 110111 | 101010 |
Color Harmonies of #A55A30
Complementary color
Monochromatic Colors of #A55A30
Black with #A55A30
Text Example
Text Example
White with #A55A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55A30; }
p { color: rgb(165,90,48); }
H1.HeaderClassName
{
color: #A55A30;
}
.AnyTagClassName
{
color: #A55A30;
}
</style>
background-color css
<style>
a { background-color: #A55A30; }
a { background-color: rgb(165,90,48); }
div.DivClassName
{
background-color: #A55A30;
}
.BgClassName
{
background-color: #A55A30;
}
</style>
border-color css
<style>
span { border-color: #A55A30; }
span { border-color: rgb(165,90,48); }
td.TdClassName
{
border-color: #A55A30;
}
.TagClassName
{
border-color: #A55A30;
}
</style>