Shades of Rouge #AB4062
Tints of Rouge #AB4062
RGB
CMYK
RGB Variations
Color information
#AB4062 (or 0xAB4062) is known color: Rouge. HEX triplet: AB, 40 and 62. RGB value is (171,64,98). Sum of RGB (Red+Green+Blue) = 171+64+98=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4062 is #54BF9D. Grayscale: #636363. Windows color (decimal): -5554078 or 6439083. OLE color: 6439083.
HSL color Cylindrical-coordinate representation of color #AB4062: hue angle of 340.93º 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 #AB4062 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 98 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.33 |
| HSL | 340.93º | 0.46% | 0.46% | - |
| HSV(B) | 340.93º | 0.63% | 0.67% | - |
| XYZ | 20.83 | 13.21 | 13.01 | - |
| YUV | 99.87 | 126.95 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 98 | 0 | 0.63 | 0.43 | 0.33 | 340.93 | 0.46 | 0.46 |
| Hex | AB | 40 | 62 | 0 | 3F | 2B | 21 | 155 | 2E | 2E |
| Octal | 253 | 100 | 142 | 0 | 77 | 53 | 41 | 525 | 56 | 56 |
| Binary | 10101011 | 1000000 | 1100010 | 0 | 111111 | 101011 | 100001 | 101010101 | 101110 | 101110 |
Color Harmonies of #AB4062
Complementary color
Monochromatic Colors of #AB4062
Black with #AB4062
Text Example
Text Example
White with #AB4062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4062; }
p { color: rgb(171,64,98); }
H1.HeaderClassName
{
color: #AB4062;
}
.AnyTagClassName
{
color: #AB4062;
}
</style>
background-color css
<style>
a { background-color: #AB4062; }
a { background-color: rgb(171,64,98); }
div.DivClassName
{
background-color: #AB4062;
}
.BgClassName
{
background-color: #AB4062;
}
</style>
border-color css
<style>
span { border-color: #AB4062; }
span { border-color: rgb(171,64,98); }
td.TdClassName
{
border-color: #AB4062;
}
.TagClassName
{
border-color: #AB4062;
}
</style>