Shades of Rouge #AB3C5E
Tints of Rouge #AB3C5E
RGB
CMYK
RGB Variations
Color information
#AB3C5E (or 0xAB3C5E) is known color: Rouge. HEX triplet: AB, 3C and 5E. RGB value is (171,60,94). Sum of RGB (Red+Green+Blue) = 171+60+94=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C5E is #54C3A1. Grayscale: #616161. Windows color (decimal): -5555106 or 6175915. OLE color: 6175915.
HSL color Cylindrical-coordinate representation of color #AB3C5E: hue angle of 341.62º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3C5E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 94 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.33 |
| HSL | 341.62º | 0.48% | 0.45% | - |
| HSV(B) | 341.62º | 0.65% | 0.67% | - |
| XYZ | 20.43 | 12.7 | 11.96 | - |
| YUV | 97.07 | 126.27 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 94 | 0 | 0.65 | 0.45 | 0.33 | 341.62 | 0.48 | 0.45 |
| Hex | AB | 3C | 5E | 0 | 41 | 2D | 21 | 156 | 30 | 2D |
| Octal | 253 | 74 | 136 | 0 | 101 | 55 | 41 | 526 | 60 | 55 |
| Binary | 10101011 | 111100 | 1011110 | 0 | 1000001 | 101101 | 100001 | 101010110 | 110000 | 101101 |
Color Harmonies of #AB3C5E
Complementary color
Monochromatic Colors of #AB3C5E
Black with #AB3C5E
Text Example
Text Example
White with #AB3C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C5E; }
p { color: rgb(171,60,94); }
H1.HeaderClassName
{
color: #AB3C5E;
}
.AnyTagClassName
{
color: #AB3C5E;
}
</style>
background-color css
<style>
a { background-color: #AB3C5E; }
a { background-color: rgb(171,60,94); }
div.DivClassName
{
background-color: #AB3C5E;
}
.BgClassName
{
background-color: #AB3C5E;
}
</style>
border-color css
<style>
span { border-color: #AB3C5E; }
span { border-color: rgb(171,60,94); }
td.TdClassName
{
border-color: #AB3C5E;
}
.TagClassName
{
border-color: #AB3C5E;
}
</style>