Shades of Rouge #AB4260
Tints of Rouge #AB4260
RGB
CMYK
RGB Variations
Color information
#AB4260 (or 0xAB4260) is known color: Rouge. HEX triplet: AB, 42 and 60. RGB value is (171,66,96). Sum of RGB (Red+Green+Blue) = 171+66+96=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4260 is #54BD9F. Grayscale: #646464. Windows color (decimal): -5553568 or 6308523. OLE color: 6308523.
HSL color Cylindrical-coordinate representation of color #AB4260: hue angle of 342.86º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4260 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 96 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.33 |
| HSL | 342.86º | 0.44% | 0.46% | - |
| HSV(B) | 342.86º | 0.61% | 0.67% | - |
| XYZ | 20.85 | 13.4 | 12.55 | - |
| YUV | 100.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 96 | 0 | 0.61 | 0.44 | 0.33 | 342.86 | 0.44 | 0.46 |
| Hex | AB | 42 | 60 | 0 | 3D | 2C | 21 | 157 | 2C | 2E |
| Octal | 253 | 102 | 140 | 0 | 75 | 54 | 41 | 527 | 54 | 56 |
| Binary | 10101011 | 1000010 | 1100000 | 0 | 111101 | 101100 | 100001 | 101010111 | 101100 | 101110 |
Color Harmonies of #AB4260
Complementary color
Monochromatic Colors of #AB4260
Black with #AB4260
Text Example
Text Example
White with #AB4260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4260; }
p { color: rgb(171,66,96); }
H1.HeaderClassName
{
color: #AB4260;
}
.AnyTagClassName
{
color: #AB4260;
}
</style>
background-color css
<style>
a { background-color: #AB4260; }
a { background-color: rgb(171,66,96); }
div.DivClassName
{
background-color: #AB4260;
}
.BgClassName
{
background-color: #AB4260;
}
</style>
border-color css
<style>
span { border-color: #AB4260; }
span { border-color: rgb(171,66,96); }
td.TdClassName
{
border-color: #AB4260;
}
.TagClassName
{
border-color: #AB4260;
}
</style>