Shades of Rouge #AB4667
Tints of Rouge #AB4667
RGB
CMYK
RGB Variations
Color information
#AB4667 (or 0xAB4667) is known color: Rouge. HEX triplet: AB, 46 and 67. RGB value is (171,70,103). Sum of RGB (Red+Green+Blue) = 171+70+103=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4667 is #54B998. Grayscale: #676767. Windows color (decimal): -5552537 or 6768299. OLE color: 6768299.
HSL color Cylindrical-coordinate representation of color #AB4667: hue angle of 340.4º 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 #AB4667 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 103 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.33 |
| HSL | 340.4º | 0.42% | 0.47% | - |
| HSV(B) | 340.4º | 0.59% | 0.67% | - |
| XYZ | 21.43 | 14.02 | 14.41 | - |
| YUV | 103.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 103 | 0 | 0.59 | 0.40 | 0.33 | 340.4 | 0.42 | 0.47 |
| Hex | AB | 46 | 67 | 0 | 3B | 28 | 21 | 154 | 2A | 2F |
| Octal | 253 | 106 | 147 | 0 | 73 | 50 | 41 | 524 | 52 | 57 |
| Binary | 10101011 | 1000110 | 1100111 | 0 | 111011 | 101000 | 100001 | 101010100 | 101010 | 101111 |
Color Harmonies of #AB4667
Complementary color
Monochromatic Colors of #AB4667
Black with #AB4667
Text Example
Text Example
White with #AB4667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4667; }
p { color: rgb(171,70,103); }
H1.HeaderClassName
{
color: #AB4667;
}
.AnyTagClassName
{
color: #AB4667;
}
</style>
background-color css
<style>
a { background-color: #AB4667; }
a { background-color: rgb(171,70,103); }
div.DivClassName
{
background-color: #AB4667;
}
.BgClassName
{
background-color: #AB4667;
}
</style>
border-color css
<style>
span { border-color: #AB4667; }
span { border-color: rgb(171,70,103); }
td.TdClassName
{
border-color: #AB4667;
}
.TagClassName
{
border-color: #AB4667;
}
</style>