Shades of Rouge #AB3F66
Tints of Rouge #AB3F66
RGB
CMYK
RGB Variations
Color information
#AB3F66 (or 0xAB3F66) is known color: Rouge. HEX triplet: AB, 3F and 66. RGB value is (171,63,102). Sum of RGB (Red+Green+Blue) = 171+63+102=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F66 is #54C099. Grayscale: #636363. Windows color (decimal): -5554330 or 6700971. OLE color: 6700971.
HSL color Cylindrical-coordinate representation of color #AB3F66: hue angle of 338.33º 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 #AB3F66 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 102 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.33 |
| HSL | 338.33º | 0.46% | 0.46% | - |
| HSV(B) | 338.33º | 0.63% | 0.67% | - |
| XYZ | 20.97 | 13.17 | 14.01 | - |
| YUV | 99.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 102 | 0 | 0.63 | 0.40 | 0.33 | 338.33 | 0.46 | 0.46 |
| Hex | AB | 3F | 66 | 0 | 3F | 28 | 21 | 152 | 2E | 2E |
| Octal | 253 | 77 | 146 | 0 | 77 | 50 | 41 | 522 | 56 | 56 |
| Binary | 10101011 | 111111 | 1100110 | 0 | 111111 | 101000 | 100001 | 101010010 | 101110 | 101110 |
Color Harmonies of #AB3F66
Complementary color
Monochromatic Colors of #AB3F66
Black with #AB3F66
Text Example
Text Example
White with #AB3F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F66; }
p { color: rgb(171,63,102); }
H1.HeaderClassName
{
color: #AB3F66;
}
.AnyTagClassName
{
color: #AB3F66;
}
</style>
background-color css
<style>
a { background-color: #AB3F66; }
a { background-color: rgb(171,63,102); }
div.DivClassName
{
background-color: #AB3F66;
}
.BgClassName
{
background-color: #AB3F66;
}
</style>
border-color css
<style>
span { border-color: #AB3F66; }
span { border-color: rgb(171,63,102); }
td.TdClassName
{
border-color: #AB3F66;
}
.TagClassName
{
border-color: #AB3F66;
}
</style>