Shades of Rouge #AB366C
Tints of Rouge #AB366C
RGB
CMYK
RGB Variations
Color information
#AB366C (or 0xAB366C) is known color: Rouge. HEX triplet: AB, 36 and 6C. RGB value is (171,54,108). Sum of RGB (Red+Green+Blue) = 171+54+108=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB366C is #54C993. Grayscale: #5F5F5F. Windows color (decimal): -5556628 or 7091883. OLE color: 7091883.
HSL color Cylindrical-coordinate representation of color #AB366C: hue angle of 332.31º 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 #AB366C is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 108 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.33 |
| HSL | 332.31º | 0.52% | 0.44% | - |
| HSV(B) | 332.31º | 0.68% | 0.67% | - |
| XYZ | 20.82 | 12.38 | 15.48 | - |
| YUV | 95.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 108 | 0 | 0.68 | 0.37 | 0.33 | 332.31 | 0.52 | 0.44 |
| Hex | AB | 36 | 6C | 0 | 44 | 25 | 21 | 14C | 34 | 2C |
| Octal | 253 | 66 | 154 | 0 | 104 | 45 | 41 | 514 | 64 | 54 |
| Binary | 10101011 | 110110 | 1101100 | 0 | 1000100 | 100101 | 100001 | 101001100 | 110100 | 101100 |
Color Harmonies of #AB366C
Complementary color
Monochromatic Colors of #AB366C
Black with #AB366C
Text Example
Text Example
White with #AB366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB366C; }
p { color: rgb(171,54,108); }
H1.HeaderClassName
{
color: #AB366C;
}
.AnyTagClassName
{
color: #AB366C;
}
</style>
background-color css
<style>
a { background-color: #AB366C; }
a { background-color: rgb(171,54,108); }
div.DivClassName
{
background-color: #AB366C;
}
.BgClassName
{
background-color: #AB366C;
}
</style>
border-color css
<style>
span { border-color: #AB366C; }
span { border-color: rgb(171,54,108); }
td.TdClassName
{
border-color: #AB366C;
}
.TagClassName
{
border-color: #AB366C;
}
</style>