Shades of Rouge #AB4867
Tints of Rouge #AB4867
RGB
CMYK
RGB Variations
Color information
#AB4867 (or 0xAB4867) is known color: Rouge. HEX triplet: AB, 48 and 67. RGB value is (171,72,103). Sum of RGB (Red+Green+Blue) = 171+72+103=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4867 is #54B798. Grayscale: #696969. Windows color (decimal): -5552025 or 6768811. OLE color: 6768811.
HSL color Cylindrical-coordinate representation of color #AB4867: hue angle of 341.21º 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 #AB4867 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 103 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.33 |
| HSL | 341.21º | 0.41% | 0.48% | - |
| HSV(B) | 341.21º | 0.58% | 0.67% | - |
| XYZ | 21.56 | 14.27 | 14.45 | - |
| YUV | 105.14 | 126.8 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 103 | 0 | 0.58 | 0.40 | 0.33 | 341.21 | 0.41 | 0.48 |
| Hex | AB | 48 | 67 | 0 | 3A | 28 | 21 | 155 | 29 | 30 |
| Octal | 253 | 110 | 147 | 0 | 72 | 50 | 41 | 525 | 51 | 60 |
| Binary | 10101011 | 1001000 | 1100111 | 0 | 111010 | 101000 | 100001 | 101010101 | 101001 | 110000 |
Color Harmonies of #AB4867
Complementary color
Monochromatic Colors of #AB4867
Black with #AB4867
Text Example
Text Example
White with #AB4867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4867; }
p { color: rgb(171,72,103); }
H1.HeaderClassName
{
color: #AB4867;
}
.AnyTagClassName
{
color: #AB4867;
}
</style>
background-color css
<style>
a { background-color: #AB4867; }
a { background-color: rgb(171,72,103); }
div.DivClassName
{
background-color: #AB4867;
}
.BgClassName
{
background-color: #AB4867;
}
</style>
border-color css
<style>
span { border-color: #AB4867; }
span { border-color: rgb(171,72,103); }
td.TdClassName
{
border-color: #AB4867;
}
.TagClassName
{
border-color: #AB4867;
}
</style>