Shades of Rouge #AB4665
Tints of Rouge #AB4665
RGB
CMYK
RGB Variations
Color information
#AB4665 (or 0xAB4665) is known color: Rouge. HEX triplet: AB, 46 and 65. RGB value is (171,70,101). Sum of RGB (Red+Green+Blue) = 171+70+101=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4665 is #54B99A. Grayscale: #676767. Windows color (decimal): -5552539 or 6637227. OLE color: 6637227.
HSL color Cylindrical-coordinate representation of color #AB4665: hue angle of 341.58º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB4665 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 101 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.33 |
| HSL | 341.58º | 0.42% | 0.47% | - |
| HSV(B) | 341.58º | 0.59% | 0.67% | - |
| XYZ | 21.33 | 13.98 | 13.89 | - |
| YUV | 103.73 | 126.46 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 101 | 0 | 0.59 | 0.41 | 0.33 | 341.58 | 0.42 | 0.47 |
| Hex | AB | 46 | 65 | 0 | 3B | 29 | 21 | 156 | 2A | 2F |
| Octal | 253 | 106 | 145 | 0 | 73 | 51 | 41 | 526 | 52 | 57 |
| Binary | 10101011 | 1000110 | 1100101 | 0 | 111011 | 101001 | 100001 | 101010110 | 101010 | 101111 |
Color Harmonies of #AB4665
Complementary color
Monochromatic Colors of #AB4665
Black with #AB4665
Text Example
Text Example
White with #AB4665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4665; }
p { color: rgb(171,70,101); }
H1.HeaderClassName
{
color: #AB4665;
}
.AnyTagClassName
{
color: #AB4665;
}
</style>
background-color css
<style>
a { background-color: #AB4665; }
a { background-color: rgb(171,70,101); }
div.DivClassName
{
background-color: #AB4665;
}
.BgClassName
{
background-color: #AB4665;
}
</style>
border-color css
<style>
span { border-color: #AB4665; }
span { border-color: rgb(171,70,101); }
td.TdClassName
{
border-color: #AB4665;
}
.TagClassName
{
border-color: #AB4665;
}
</style>