Shades of Vesuvius #A95A3A
Tints of Vesuvius #A95A3A
RGB
CMYK
RGB Variations
Color information
#A95A3A (or 0xA95A3A) is known color: Vesuvius. HEX triplet: A9, 5A and 3A. RGB value is (169,90,58). Sum of RGB (Red+Green+Blue) = 169+90+58=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95A3A is #56A5C5. Grayscale: #6E6E6E. Windows color (decimal): -5678534 or 3824297. OLE color: 3824297.
HSL color Cylindrical-coordinate representation of color #A95A3A: hue angle of 17.3º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A95A3A is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 90 | 58 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.34 |
| HSL | 17.3º | 0.49% | 0.45% | - |
| HSV(B) | 17.3º | 0.66% | 0.66% | - |
| XYZ | 20.78 | 16.05 | 6.01 | - |
| YUV | 109.97 | 98.67 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 58 | 0 | 0.47 | 0.66 | 0.34 | 17.3 | 0.49 | 0.45 |
| Hex | A9 | 5A | 3A | 0 | 2F | 42 | 22 | 11 | 31 | 2D |
| Octal | 251 | 132 | 72 | 0 | 57 | 102 | 42 | 21 | 61 | 55 |
| Binary | 10101001 | 1011010 | 111010 | 0 | 101111 | 1000010 | 100010 | 10001 | 110001 | 101101 |
Color Harmonies of #A95A3A
Complementary color
Monochromatic Colors of #A95A3A
Black with #A95A3A
Text Example
Text Example
White with #A95A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95A3A; }
p { color: rgb(169,90,58); }
H1.HeaderClassName
{
color: #A95A3A;
}
.AnyTagClassName
{
color: #A95A3A;
}
</style>
background-color css
<style>
a { background-color: #A95A3A; }
a { background-color: rgb(169,90,58); }
div.DivClassName
{
background-color: #A95A3A;
}
.BgClassName
{
background-color: #A95A3A;
}
</style>
border-color css
<style>
span { border-color: #A95A3A; }
span { border-color: rgb(169,90,58); }
td.TdClassName
{
border-color: #A95A3A;
}
.TagClassName
{
border-color: #A95A3A;
}
</style>