Shades of Rouge #A93F60
Tints of Rouge #A93F60
RGB
CMYK
RGB Variations
Color information
#A93F60 (or 0xA93F60) is known color: Rouge. HEX triplet: A9, 3F and 60. RGB value is (169,63,96). Sum of RGB (Red+Green+Blue) = 169+63+96=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93F60 is #56C09F. Grayscale: #626262. Windows color (decimal): -5685408 or 6307753. OLE color: 6307753.
HSL color Cylindrical-coordinate representation of color #A93F60: hue angle of 341.32º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A93F60 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 63 | 96 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.34 |
| HSL | 341.32º | 0.46% | 0.45% | - |
| HSV(B) | 341.32º | 0.63% | 0.66% | - |
| XYZ | 20.25 | 12.83 | 12.48 | - |
| YUV | 98.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 96 | 0 | 0.63 | 0.43 | 0.34 | 341.32 | 0.46 | 0.45 |
| Hex | A9 | 3F | 60 | 0 | 3F | 2B | 22 | 155 | 2E | 2D |
| Octal | 251 | 77 | 140 | 0 | 77 | 53 | 42 | 525 | 56 | 55 |
| Binary | 10101001 | 111111 | 1100000 | 0 | 111111 | 101011 | 100010 | 101010101 | 101110 | 101101 |
Color Harmonies of #A93F60
Complementary color
Monochromatic Colors of #A93F60
Black with #A93F60
Text Example
Text Example
White with #A93F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93F60; }
p { color: rgb(169,63,96); }
H1.HeaderClassName
{
color: #A93F60;
}
.AnyTagClassName
{
color: #A93F60;
}
</style>
background-color css
<style>
a { background-color: #A93F60; }
a { background-color: rgb(169,63,96); }
div.DivClassName
{
background-color: #A93F60;
}
.BgClassName
{
background-color: #A93F60;
}
</style>
border-color css
<style>
span { border-color: #A93F60; }
span { border-color: rgb(169,63,96); }
td.TdClassName
{
border-color: #A93F60;
}
.TagClassName
{
border-color: #A93F60;
}
</style>