Shades of Rouge #AB4865
Tints of Rouge #AB4865
RGB
CMYK
RGB Variations
Color information
#AB4865 (or 0xAB4865) is known color: Rouge. HEX triplet: AB, 48 and 65. RGB value is (171,72,101). Sum of RGB (Red+Green+Blue) = 171+72+101=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4865 is #54B79A. Grayscale: #686868. Windows color (decimal): -5552027 or 6637739. OLE color: 6637739.
HSL color Cylindrical-coordinate representation of color #AB4865: hue angle of 342.42º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4865 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 101 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.33 |
| HSL | 342.42º | 0.41% | 0.48% | - |
| HSV(B) | 342.42º | 0.58% | 0.67% | - |
| XYZ | 21.46 | 14.23 | 13.93 | - |
| YUV | 104.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 101 | 0 | 0.58 | 0.41 | 0.33 | 342.42 | 0.41 | 0.48 |
| Hex | AB | 48 | 65 | 0 | 3A | 29 | 21 | 156 | 29 | 30 |
| Octal | 253 | 110 | 145 | 0 | 72 | 51 | 41 | 526 | 51 | 60 |
| Binary | 10101011 | 1001000 | 1100101 | 0 | 111010 | 101001 | 100001 | 101010110 | 101001 | 110000 |
Color Harmonies of #AB4865
Complementary color
Monochromatic Colors of #AB4865
Black with #AB4865
Text Example
Text Example
White with #AB4865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4865; }
p { color: rgb(171,72,101); }
H1.HeaderClassName
{
color: #AB4865;
}
.AnyTagClassName
{
color: #AB4865;
}
</style>
background-color css
<style>
a { background-color: #AB4865; }
a { background-color: rgb(171,72,101); }
div.DivClassName
{
background-color: #AB4865;
}
.BgClassName
{
background-color: #AB4865;
}
</style>
border-color css
<style>
span { border-color: #AB4865; }
span { border-color: rgb(171,72,101); }
td.TdClassName
{
border-color: #AB4865;
}
.TagClassName
{
border-color: #AB4865;
}
</style>