Shades of Rouge #AB4063
Tints of Rouge #AB4063
RGB
CMYK
RGB Variations
Color information
#AB4063 (or 0xAB4063) is known color: Rouge. HEX triplet: AB, 40 and 63. RGB value is (171,64,99). Sum of RGB (Red+Green+Blue) = 171+64+99=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4063 is #54BF9C. Grayscale: #636363. Windows color (decimal): -5554077 or 6504619. OLE color: 6504619.
HSL color Cylindrical-coordinate representation of color #AB4063: hue angle of 340.37º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4063 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 99 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.33 |
| HSL | 340.37º | 0.46% | 0.46% | - |
| HSV(B) | 340.37º | 0.63% | 0.67% | - |
| XYZ | 20.88 | 13.23 | 13.26 | - |
| YUV | 99.98 | 127.45 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 99 | 0 | 0.63 | 0.42 | 0.33 | 340.37 | 0.46 | 0.46 |
| Hex | AB | 40 | 63 | 0 | 3F | 2A | 21 | 154 | 2E | 2E |
| Octal | 253 | 100 | 143 | 0 | 77 | 52 | 41 | 524 | 56 | 56 |
| Binary | 10101011 | 1000000 | 1100011 | 0 | 111111 | 101010 | 100001 | 101010100 | 101110 | 101110 |
Color Harmonies of #AB4063
Complementary color
Monochromatic Colors of #AB4063
Black with #AB4063
Text Example
Text Example
White with #AB4063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4063; }
p { color: rgb(171,64,99); }
H1.HeaderClassName
{
color: #AB4063;
}
.AnyTagClassName
{
color: #AB4063;
}
</style>
background-color css
<style>
a { background-color: #AB4063; }
a { background-color: rgb(171,64,99); }
div.DivClassName
{
background-color: #AB4063;
}
.BgClassName
{
background-color: #AB4063;
}
</style>
border-color css
<style>
span { border-color: #AB4063; }
span { border-color: rgb(171,64,99); }
td.TdClassName
{
border-color: #AB4063;
}
.TagClassName
{
border-color: #AB4063;
}
</style>