Shades of Vesuvius #A95A30
Tints of Vesuvius #A95A30
RGB
CMYK
RGB Variations
Color information
#A95A30 (or 0xA95A30) is known color: Vesuvius. HEX triplet: A9, 5A and 30. RGB value is (169,90,48). Sum of RGB (Red+Green+Blue) = 169+90+48=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95A30 is #56A5CF. Grayscale: #6D6D6D. Windows color (decimal): -5678544 or 3168937. OLE color: 3168937.
HSL color Cylindrical-coordinate representation of color #A95A30: hue angle of 20.83º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A95A30 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 90 | 48 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.34 |
| HSL | 20.83º | 0.56% | 0.43% | - |
| HSV(B) | 20.83º | 0.72% | 0.66% | - |
| XYZ | 20.55 | 15.96 | 4.79 | - |
| YUV | 108.83 | 93.67 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 48 | 0 | 0.47 | 0.72 | 0.34 | 20.83 | 0.56 | 0.43 |
| Hex | A9 | 5A | 30 | 0 | 2F | 48 | 22 | 15 | 38 | 2B |
| Octal | 251 | 132 | 60 | 0 | 57 | 110 | 42 | 25 | 70 | 53 |
| Binary | 10101001 | 1011010 | 110000 | 0 | 101111 | 1001000 | 100010 | 10101 | 111000 | 101011 |
Color Harmonies of #A95A30
Complementary color
Monochromatic Colors of #A95A30
Black with #A95A30
Text Example
Text Example
White with #A95A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95A30; }
p { color: rgb(169,90,48); }
H1.HeaderClassName
{
color: #A95A30;
}
.AnyTagClassName
{
color: #A95A30;
}
</style>
background-color css
<style>
a { background-color: #A95A30; }
a { background-color: rgb(169,90,48); }
div.DivClassName
{
background-color: #A95A30;
}
.BgClassName
{
background-color: #A95A30;
}
</style>
border-color css
<style>
span { border-color: #A95A30; }
span { border-color: rgb(169,90,48); }
td.TdClassName
{
border-color: #A95A30;
}
.TagClassName
{
border-color: #A95A30;
}
</style>