Shades of Rouge #AB366F
Tints of Rouge #AB366F
RGB
CMYK
RGB Variations
Color information
#AB366F (or 0xAB366F) is known color: Rouge. HEX triplet: AB, 36 and 6F. RGB value is (171,54,111). Sum of RGB (Red+Green+Blue) = 171+54+111=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB366F is #54C990. Grayscale: #5F5F5F. Windows color (decimal): -5556625 or 7288491. OLE color: 7288491.
HSL color Cylindrical-coordinate representation of color #AB366F: hue angle of 330.77º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB366F is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 111 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.33 |
| HSL | 330.77º | 0.52% | 0.44% | - |
| HSV(B) | 330.77º | 0.68% | 0.67% | - |
| XYZ | 20.98 | 12.44 | 16.33 | - |
| YUV | 95.48 | 136.76 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 111 | 0 | 0.68 | 0.35 | 0.33 | 330.77 | 0.52 | 0.44 |
| Hex | AB | 36 | 6F | 0 | 44 | 23 | 21 | 14B | 34 | 2C |
| Octal | 253 | 66 | 157 | 0 | 104 | 43 | 41 | 513 | 64 | 54 |
| Binary | 10101011 | 110110 | 1101111 | 0 | 1000100 | 100011 | 100001 | 101001011 | 110100 | 101100 |
Color Harmonies of #AB366F
Complementary color
Monochromatic Colors of #AB366F
Black with #AB366F
Text Example
Text Example
White with #AB366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB366F; }
p { color: rgb(171,54,111); }
H1.HeaderClassName
{
color: #AB366F;
}
.AnyTagClassName
{
color: #AB366F;
}
</style>
background-color css
<style>
a { background-color: #AB366F; }
a { background-color: rgb(171,54,111); }
div.DivClassName
{
background-color: #AB366F;
}
.BgClassName
{
background-color: #AB366F;
}
</style>
border-color css
<style>
span { border-color: #AB366F; }
span { border-color: rgb(171,54,111); }
td.TdClassName
{
border-color: #AB366F;
}
.TagClassName
{
border-color: #AB366F;
}
</style>