Shades of Rouge #AB4466
Tints of Rouge #AB4466
RGB
CMYK
RGB Variations
Color information
#AB4466 (or 0xAB4466) is known color: Rouge. HEX triplet: AB, 44 and 66. RGB value is (171,68,102). Sum of RGB (Red+Green+Blue) = 171+68+102=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4466 is #54BB99. Grayscale: #666666. Windows color (decimal): -5553050 or 6702251. OLE color: 6702251.
HSL color Cylindrical-coordinate representation of color #AB4466: hue angle of 340.19º 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 #AB4466 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 102 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.33 |
| HSL | 340.19º | 0.43% | 0.47% | - |
| HSV(B) | 340.19º | 0.6% | 0.67% | - |
| XYZ | 21.26 | 13.75 | 14.1 | - |
| YUV | 102.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 102 | 0 | 0.60 | 0.40 | 0.33 | 340.19 | 0.43 | 0.47 |
| Hex | AB | 44 | 66 | 0 | 3C | 28 | 21 | 154 | 2B | 2F |
| Octal | 253 | 104 | 146 | 0 | 74 | 50 | 41 | 524 | 53 | 57 |
| Binary | 10101011 | 1000100 | 1100110 | 0 | 111100 | 101000 | 100001 | 101010100 | 101011 | 101111 |
Color Harmonies of #AB4466
Complementary color
Monochromatic Colors of #AB4466
Black with #AB4466
Text Example
Text Example
White with #AB4466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4466; }
p { color: rgb(171,68,102); }
H1.HeaderClassName
{
color: #AB4466;
}
.AnyTagClassName
{
color: #AB4466;
}
</style>
background-color css
<style>
a { background-color: #AB4466; }
a { background-color: rgb(171,68,102); }
div.DivClassName
{
background-color: #AB4466;
}
.BgClassName
{
background-color: #AB4466;
}
</style>
border-color css
<style>
span { border-color: #AB4466; }
span { border-color: rgb(171,68,102); }
td.TdClassName
{
border-color: #AB4466;
}
.TagClassName
{
border-color: #AB4466;
}
</style>