Shades of Rouge #AB4464
Tints of Rouge #AB4464
RGB
CMYK
RGB Variations
Color information
#AB4464 (or 0xAB4464) is known color: Rouge. HEX triplet: AB, 44 and 64. RGB value is (171,68,100). Sum of RGB (Red+Green+Blue) = 171+68+100=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4464 is #54BB9B. Grayscale: #666666. Windows color (decimal): -5553052 or 6571179. OLE color: 6571179.
HSL color Cylindrical-coordinate representation of color #AB4464: hue angle of 341.36º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4464 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 100 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.33 |
| HSL | 341.36º | 0.43% | 0.47% | - |
| HSV(B) | 341.36º | 0.6% | 0.67% | - |
| XYZ | 21.16 | 13.71 | 13.59 | - |
| YUV | 102.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 100 | 0 | 0.60 | 0.42 | 0.33 | 341.36 | 0.43 | 0.47 |
| Hex | AB | 44 | 64 | 0 | 3C | 2A | 21 | 155 | 2B | 2F |
| Octal | 253 | 104 | 144 | 0 | 74 | 52 | 41 | 525 | 53 | 57 |
| Binary | 10101011 | 1000100 | 1100100 | 0 | 111100 | 101010 | 100001 | 101010101 | 101011 | 101111 |
Color Harmonies of #AB4464
Complementary color
Monochromatic Colors of #AB4464
Black with #AB4464
Text Example
Text Example
White with #AB4464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4464; }
p { color: rgb(171,68,100); }
H1.HeaderClassName
{
color: #AB4464;
}
.AnyTagClassName
{
color: #AB4464;
}
</style>
background-color css
<style>
a { background-color: #AB4464; }
a { background-color: rgb(171,68,100); }
div.DivClassName
{
background-color: #AB4464;
}
.BgClassName
{
background-color: #AB4464;
}
</style>
border-color css
<style>
span { border-color: #AB4464; }
span { border-color: rgb(171,68,100); }
td.TdClassName
{
border-color: #AB4464;
}
.TagClassName
{
border-color: #AB4464;
}
</style>