Shades of Rouge #A93A70
Tints of Rouge #A93A70
RGB
CMYK
RGB Variations
Color information
#A93A70 (or 0xA93A70) is known color: Rouge. HEX triplet: A9, 3A and 70. RGB value is (169,58,112). Sum of RGB (Red+Green+Blue) = 169+58+112=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93A70 is #56C58F. Grayscale: #616161. Windows color (decimal): -5686672 or 7355049. OLE color: 7355049.
HSL color Cylindrical-coordinate representation of color #A93A70: hue angle of 330.81º 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 #A93A70 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 58 | 112 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.34 |
| HSL | 330.81º | 0.49% | 0.45% | - |
| HSV(B) | 330.81º | 0.66% | 0.66% | - |
| XYZ | 20.8 | 12.63 | 16.67 | - |
| YUV | 97.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 112 | 0 | 0.66 | 0.34 | 0.34 | 330.81 | 0.49 | 0.45 |
| Hex | A9 | 3A | 70 | 0 | 42 | 22 | 22 | 14B | 31 | 2D |
| Octal | 251 | 72 | 160 | 0 | 102 | 42 | 42 | 513 | 61 | 55 |
| Binary | 10101001 | 111010 | 1110000 | 0 | 1000010 | 100010 | 100010 | 101001011 | 110001 | 101101 |
Color Harmonies of #A93A70
Complementary color
Monochromatic Colors of #A93A70
Black with #A93A70
Text Example
Text Example
White with #A93A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93A70; }
p { color: rgb(169,58,112); }
H1.HeaderClassName
{
color: #A93A70;
}
.AnyTagClassName
{
color: #A93A70;
}
</style>
background-color css
<style>
a { background-color: #A93A70; }
a { background-color: rgb(169,58,112); }
div.DivClassName
{
background-color: #A93A70;
}
.BgClassName
{
background-color: #A93A70;
}
</style>
border-color css
<style>
span { border-color: #A93A70; }
span { border-color: rgb(169,58,112); }
td.TdClassName
{
border-color: #A93A70;
}
.TagClassName
{
border-color: #A93A70;
}
</style>