Shades of Rouge #AB466C
Tints of Rouge #AB466C
RGB
CMYK
RGB Variations
Color information
#AB466C (or 0xAB466C) is known color: Rouge. HEX triplet: AB, 46 and 6C. RGB value is (171,70,108). Sum of RGB (Red+Green+Blue) = 171+70+108=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB466C is #54B993. Grayscale: #686868. Windows color (decimal): -5552532 or 7095979. OLE color: 7095979.
HSL color Cylindrical-coordinate representation of color #AB466C: hue angle of 337.43º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB466C is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 108 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.33 |
| HSL | 337.43º | 0.42% | 0.47% | - |
| HSV(B) | 337.43º | 0.59% | 0.67% | - |
| XYZ | 21.69 | 14.12 | 15.77 | - |
| YUV | 104.53 | 129.96 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 108 | 0 | 0.59 | 0.37 | 0.33 | 337.43 | 0.42 | 0.47 |
| Hex | AB | 46 | 6C | 0 | 3B | 25 | 21 | 151 | 2A | 2F |
| Octal | 253 | 106 | 154 | 0 | 73 | 45 | 41 | 521 | 52 | 57 |
| Binary | 10101011 | 1000110 | 1101100 | 0 | 111011 | 100101 | 100001 | 101010001 | 101010 | 101111 |
Color Harmonies of #AB466C
Complementary color
Monochromatic Colors of #AB466C
Black with #AB466C
Text Example
Text Example
White with #AB466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB466C; }
p { color: rgb(171,70,108); }
H1.HeaderClassName
{
color: #AB466C;
}
.AnyTagClassName
{
color: #AB466C;
}
</style>
background-color css
<style>
a { background-color: #AB466C; }
a { background-color: rgb(171,70,108); }
div.DivClassName
{
background-color: #AB466C;
}
.BgClassName
{
background-color: #AB466C;
}
</style>
border-color css
<style>
span { border-color: #AB466C; }
span { border-color: rgb(171,70,108); }
td.TdClassName
{
border-color: #AB466C;
}
.TagClassName
{
border-color: #AB466C;
}
</style>