Shades of Rouge #AB4061
Tints of Rouge #AB4061
RGB
CMYK
RGB Variations
Color information
#AB4061 (or 0xAB4061) is known color: Rouge. HEX triplet: AB, 40 and 61. RGB value is (171,64,97). Sum of RGB (Red+Green+Blue) = 171+64+97=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4061 is #54BF9E. Grayscale: #636363. Windows color (decimal): -5554079 or 6373547. OLE color: 6373547.
HSL color Cylindrical-coordinate representation of color #AB4061: hue angle of 341.5º 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 #AB4061 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 97 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.33 |
| HSL | 341.5º | 0.46% | 0.46% | - |
| HSV(B) | 341.5º | 0.63% | 0.67% | - |
| XYZ | 20.79 | 13.19 | 12.76 | - |
| YUV | 99.76 | 126.45 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 97 | 0 | 0.63 | 0.43 | 0.33 | 341.5 | 0.46 | 0.46 |
| Hex | AB | 40 | 61 | 0 | 3F | 2B | 21 | 155 | 2E | 2E |
| Octal | 253 | 100 | 141 | 0 | 77 | 53 | 41 | 525 | 56 | 56 |
| Binary | 10101011 | 1000000 | 1100001 | 0 | 111111 | 101011 | 100001 | 101010101 | 101110 | 101110 |
Color Harmonies of #AB4061
Complementary color
Monochromatic Colors of #AB4061
Black with #AB4061
Text Example
Text Example
White with #AB4061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4061; }
p { color: rgb(171,64,97); }
H1.HeaderClassName
{
color: #AB4061;
}
.AnyTagClassName
{
color: #AB4061;
}
</style>
background-color css
<style>
a { background-color: #AB4061; }
a { background-color: rgb(171,64,97); }
div.DivClassName
{
background-color: #AB4061;
}
.BgClassName
{
background-color: #AB4061;
}
</style>
border-color css
<style>
span { border-color: #AB4061; }
span { border-color: rgb(171,64,97); }
td.TdClassName
{
border-color: #AB4061;
}
.TagClassName
{
border-color: #AB4061;
}
</style>