Shades of Rouge #A93866
Tints of Rouge #A93866
RGB
CMYK
RGB Variations
Color information
#A93866 (or 0xA93866) is known color: Rouge. HEX triplet: A9, 38 and 66. RGB value is (169,56,102). Sum of RGB (Red+Green+Blue) = 169+56+102=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A93866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93866 is #56C799. Grayscale: #5E5E5E. Windows color (decimal): -5687194 or 6699177. OLE color: 6699177.
HSL color Cylindrical-coordinate representation of color #A93866: hue angle of 335.58º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A93866 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 56 | 102 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.34 |
| HSL | 335.58º | 0.5% | 0.44% | - |
| HSV(B) | 335.58º | 0.67% | 0.66% | - |
| XYZ | 20.17 | 12.22 | 13.87 | - |
| YUV | 95.03 | 131.94 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 56 | 102 | 0 | 0.67 | 0.40 | 0.34 | 335.58 | 0.5 | 0.44 |
| Hex | A9 | 38 | 66 | 0 | 43 | 28 | 22 | 150 | 32 | 2C |
| Octal | 251 | 70 | 146 | 0 | 103 | 50 | 42 | 520 | 62 | 54 |
| Binary | 10101001 | 111000 | 1100110 | 0 | 1000011 | 101000 | 100010 | 101010000 | 110010 | 101100 |
Color Harmonies of #A93866
Complementary color
Monochromatic Colors of #A93866
Black with #A93866
Text Example
Text Example
White with #A93866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93866; }
p { color: rgb(169,56,102); }
H1.HeaderClassName
{
color: #A93866;
}
.AnyTagClassName
{
color: #A93866;
}
</style>
background-color css
<style>
a { background-color: #A93866; }
a { background-color: rgb(169,56,102); }
div.DivClassName
{
background-color: #A93866;
}
.BgClassName
{
background-color: #A93866;
}
</style>
border-color css
<style>
span { border-color: #A93866; }
span { border-color: rgb(169,56,102); }
td.TdClassName
{
border-color: #A93866;
}
.TagClassName
{
border-color: #A93866;
}
</style>