Shades of Rouge #A93565
Tints of Rouge #A93565
RGB
CMYK
RGB Variations
Color information
#A93565 (or 0xA93565) is known color: Rouge. HEX triplet: A9, 35 and 65. RGB value is (169,53,101). Sum of RGB (Red+Green+Blue) = 169+53+101=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A93565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93565 is #56CA9A. Grayscale: #5D5D5D. Windows color (decimal): -5687963 or 6632873. OLE color: 6632873.
HSL color Cylindrical-coordinate representation of color #A93565: hue angle of 335.17º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93565 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 53 | 101 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.34 |
| HSL | 335.17º | 0.52% | 0.44% | - |
| HSV(B) | 335.17º | 0.69% | 0.66% | - |
| XYZ | 19.98 | 11.92 | 13.56 | - |
| YUV | 93.16 | 132.43 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 101 | 0 | 0.69 | 0.40 | 0.34 | 335.17 | 0.52 | 0.44 |
| Hex | A9 | 35 | 65 | 0 | 45 | 28 | 22 | 14F | 34 | 2C |
| Octal | 251 | 65 | 145 | 0 | 105 | 50 | 42 | 517 | 64 | 54 |
| Binary | 10101001 | 110101 | 1100101 | 0 | 1000101 | 101000 | 100010 | 101001111 | 110100 | 101100 |
Color Harmonies of #A93565
Complementary color
Monochromatic Colors of #A93565
Black with #A93565
Text Example
Text Example
White with #A93565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93565; }
p { color: rgb(169,53,101); }
H1.HeaderClassName
{
color: #A93565;
}
.AnyTagClassName
{
color: #A93565;
}
</style>
background-color css
<style>
a { background-color: #A93565; }
a { background-color: rgb(169,53,101); }
div.DivClassName
{
background-color: #A93565;
}
.BgClassName
{
background-color: #A93565;
}
</style>
border-color css
<style>
span { border-color: #A93565; }
span { border-color: rgb(169,53,101); }
td.TdClassName
{
border-color: #A93565;
}
.TagClassName
{
border-color: #A93565;
}
</style>