Shades of Rouge #A93666
Tints of Rouge #A93666
RGB
CMYK
RGB Variations
Color information
#A93666 (or 0xA93666) is known color: Rouge. HEX triplet: A9, 36 and 66. RGB value is (169,54,102). Sum of RGB (Red+Green+Blue) = 169+54+102=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A93666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93666 is #56C999. Grayscale: #5D5D5D. Windows color (decimal): -5687706 or 6698665. OLE color: 6698665.
HSL color Cylindrical-coordinate representation of color #A93666: hue angle of 334.96º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A93666 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 102 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.34 |
| HSL | 334.96º | 0.52% | 0.44% | - |
| HSV(B) | 334.96º | 0.68% | 0.66% | - |
| XYZ | 20.08 | 12.03 | 13.83 | - |
| YUV | 93.86 | 132.6 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 102 | 0 | 0.68 | 0.40 | 0.34 | 334.96 | 0.52 | 0.44 |
| Hex | A9 | 36 | 66 | 0 | 44 | 28 | 22 | 14F | 34 | 2C |
| Octal | 251 | 66 | 146 | 0 | 104 | 50 | 42 | 517 | 64 | 54 |
| Binary | 10101001 | 110110 | 1100110 | 0 | 1000100 | 101000 | 100010 | 101001111 | 110100 | 101100 |
Color Harmonies of #A93666
Complementary color
Monochromatic Colors of #A93666
Black with #A93666
Text Example
Text Example
White with #A93666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93666; }
p { color: rgb(169,54,102); }
H1.HeaderClassName
{
color: #A93666;
}
.AnyTagClassName
{
color: #A93666;
}
</style>
background-color css
<style>
a { background-color: #A93666; }
a { background-color: rgb(169,54,102); }
div.DivClassName
{
background-color: #A93666;
}
.BgClassName
{
background-color: #A93666;
}
</style>
border-color css
<style>
span { border-color: #A93666; }
span { border-color: rgb(169,54,102); }
td.TdClassName
{
border-color: #A93666;
}
.TagClassName
{
border-color: #A93666;
}
</style>