Shades of Rouge #AB3E66
Tints of Rouge #AB3E66
RGB
CMYK
RGB Variations
Color information
#AB3E66 (or 0xAB3E66) is known color: Rouge. HEX triplet: AB, 3E and 66. RGB value is (171,62,102). Sum of RGB (Red+Green+Blue) = 171+62+102=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E66 is #54C199. Grayscale: #636363. Windows color (decimal): -5554586 or 6700715. OLE color: 6700715.
HSL color Cylindrical-coordinate representation of color #AB3E66: hue angle of 337.98º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3E66 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 102 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.33 |
| HSL | 337.98º | 0.47% | 0.46% | - |
| HSV(B) | 337.98º | 0.64% | 0.67% | - |
| XYZ | 20.92 | 13.06 | 13.99 | - |
| YUV | 99.15 | 129.61 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 102 | 0 | 0.64 | 0.40 | 0.33 | 337.98 | 0.47 | 0.46 |
| Hex | AB | 3E | 66 | 0 | 40 | 28 | 21 | 152 | 2F | 2E |
| Octal | 253 | 76 | 146 | 0 | 100 | 50 | 41 | 522 | 57 | 56 |
| Binary | 10101011 | 111110 | 1100110 | 0 | 1000000 | 101000 | 100001 | 101010010 | 101111 | 101110 |
Color Harmonies of #AB3E66
Complementary color
Monochromatic Colors of #AB3E66
Black with #AB3E66
Text Example
Text Example
White with #AB3E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E66; }
p { color: rgb(171,62,102); }
H1.HeaderClassName
{
color: #AB3E66;
}
.AnyTagClassName
{
color: #AB3E66;
}
</style>
background-color css
<style>
a { background-color: #AB3E66; }
a { background-color: rgb(171,62,102); }
div.DivClassName
{
background-color: #AB3E66;
}
.BgClassName
{
background-color: #AB3E66;
}
</style>
border-color css
<style>
span { border-color: #AB3E66; }
span { border-color: rgb(171,62,102); }
td.TdClassName
{
border-color: #AB3E66;
}
.TagClassName
{
border-color: #AB3E66;
}
</style>