Shades of Rouge #AB4463
Tints of Rouge #AB4463
RGB
CMYK
RGB Variations
Color information
#AB4463 (or 0xAB4463) is known color: Rouge. HEX triplet: AB, 44 and 63. RGB value is (171,68,99). Sum of RGB (Red+Green+Blue) = 171+68+99=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4463 is #54BB9C. Grayscale: #666666. Windows color (decimal): -5553053 or 6505643. OLE color: 6505643.
HSL color Cylindrical-coordinate representation of color #AB4463: hue angle of 341.94º 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 #AB4463 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 99 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.33 |
| HSL | 341.94º | 0.43% | 0.47% | - |
| HSV(B) | 341.94º | 0.6% | 0.67% | - |
| XYZ | 21.11 | 13.69 | 13.33 | - |
| YUV | 102.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 99 | 0 | 0.60 | 0.42 | 0.33 | 341.94 | 0.43 | 0.47 |
| Hex | AB | 44 | 63 | 0 | 3C | 2A | 21 | 156 | 2B | 2F |
| Octal | 253 | 104 | 143 | 0 | 74 | 52 | 41 | 526 | 53 | 57 |
| Binary | 10101011 | 1000100 | 1100011 | 0 | 111100 | 101010 | 100001 | 101010110 | 101011 | 101111 |
Color Harmonies of #AB4463
Complementary color
Monochromatic Colors of #AB4463
Black with #AB4463
Text Example
Text Example
White with #AB4463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4463; }
p { color: rgb(171,68,99); }
H1.HeaderClassName
{
color: #AB4463;
}
.AnyTagClassName
{
color: #AB4463;
}
</style>
background-color css
<style>
a { background-color: #AB4463; }
a { background-color: rgb(171,68,99); }
div.DivClassName
{
background-color: #AB4463;
}
.BgClassName
{
background-color: #AB4463;
}
</style>
border-color css
<style>
span { border-color: #AB4463; }
span { border-color: rgb(171,68,99); }
td.TdClassName
{
border-color: #AB4463;
}
.TagClassName
{
border-color: #AB4463;
}
</style>