Shades of Rouge #AB4967
Tints of Rouge #AB4967
RGB
CMYK
RGB Variations
Color information
#AB4967 (or 0xAB4967) is known color: Rouge. HEX triplet: AB, 49 and 67. RGB value is (171,73,103). Sum of RGB (Red+Green+Blue) = 171+73+103=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4967 is #54B698. Grayscale: #696969. Windows color (decimal): -5551769 or 6769067. OLE color: 6769067.
HSL color Cylindrical-coordinate representation of color #AB4967: hue angle of 341.63º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB4967 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 103 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.33 |
| HSL | 341.63º | 0.4% | 0.48% | - |
| HSV(B) | 341.63º | 0.57% | 0.67% | - |
| XYZ | 21.63 | 14.4 | 14.47 | - |
| YUV | 105.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 103 | 0 | 0.57 | 0.40 | 0.33 | 341.63 | 0.4 | 0.48 |
| Hex | AB | 49 | 67 | 0 | 39 | 28 | 21 | 156 | 28 | 30 |
| Octal | 253 | 111 | 147 | 0 | 71 | 50 | 41 | 526 | 50 | 60 |
| Binary | 10101011 | 1001001 | 1100111 | 0 | 111001 | 101000 | 100001 | 101010110 | 101000 | 110000 |
Color Harmonies of #AB4967
Complementary color
Monochromatic Colors of #AB4967
Black with #AB4967
Text Example
Text Example
White with #AB4967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4967; }
p { color: rgb(171,73,103); }
H1.HeaderClassName
{
color: #AB4967;
}
.AnyTagClassName
{
color: #AB4967;
}
</style>
background-color css
<style>
a { background-color: #AB4967; }
a { background-color: rgb(171,73,103); }
div.DivClassName
{
background-color: #AB4967;
}
.BgClassName
{
background-color: #AB4967;
}
</style>
border-color css
<style>
span { border-color: #AB4967; }
span { border-color: rgb(171,73,103); }
td.TdClassName
{
border-color: #AB4967;
}
.TagClassName
{
border-color: #AB4967;
}
</style>