Shades of Rouge #AB4562
Tints of Rouge #AB4562
RGB
CMYK
RGB Variations
Color information
#AB4562 (or 0xAB4562) is known color: Rouge. HEX triplet: AB, 45 and 62. RGB value is (171,69,98). Sum of RGB (Red+Green+Blue) = 171+69+98=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4562 is #54BA9D. Grayscale: #666666. Windows color (decimal): -5552798 or 6440363. OLE color: 6440363.
HSL color Cylindrical-coordinate representation of color #AB4562: hue angle of 342.94º 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 #AB4562 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 98 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.33 |
| HSL | 342.94º | 0.43% | 0.47% | - |
| HSV(B) | 342.94º | 0.6% | 0.67% | - |
| XYZ | 21.13 | 13.8 | 13.1 | - |
| YUV | 102.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 98 | 0 | 0.60 | 0.43 | 0.33 | 342.94 | 0.43 | 0.47 |
| Hex | AB | 45 | 62 | 0 | 3C | 2B | 21 | 157 | 2A | 2F |
| Octal | 253 | 105 | 142 | 0 | 74 | 53 | 41 | 527 | 52 | 57 |
| Binary | 10101011 | 1000101 | 1100010 | 0 | 111100 | 101011 | 100001 | 101010111 | 101010 | 101111 |
Color Harmonies of #AB4562
Complementary color
Monochromatic Colors of #AB4562
Black with #AB4562
Text Example
Text Example
White with #AB4562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4562; }
p { color: rgb(171,69,98); }
H1.HeaderClassName
{
color: #AB4562;
}
.AnyTagClassName
{
color: #AB4562;
}
</style>
background-color css
<style>
a { background-color: #AB4562; }
a { background-color: rgb(171,69,98); }
div.DivClassName
{
background-color: #AB4562;
}
.BgClassName
{
background-color: #AB4562;
}
</style>
border-color css
<style>
span { border-color: #AB4562; }
span { border-color: rgb(171,69,98); }
td.TdClassName
{
border-color: #AB4562;
}
.TagClassName
{
border-color: #AB4562;
}
</style>