Shades of Rouge #AB366E
Tints of Rouge #AB366E
RGB
CMYK
RGB Variations
Color information
#AB366E (or 0xAB366E) is known color: Rouge. HEX triplet: AB, 36 and 6E. RGB value is (171,54,110). Sum of RGB (Red+Green+Blue) = 171+54+110=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB366E is #54C991. Grayscale: #5F5F5F. Windows color (decimal): -5556626 or 7222955. OLE color: 7222955.
HSL color Cylindrical-coordinate representation of color #AB366E: hue angle of 331.28º 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 #AB366E is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 110 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.33 |
| HSL | 331.28º | 0.52% | 0.44% | - |
| HSV(B) | 331.28º | 0.68% | 0.67% | - |
| XYZ | 20.93 | 12.42 | 16.05 | - |
| YUV | 95.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 110 | 0 | 0.68 | 0.36 | 0.33 | 331.28 | 0.52 | 0.44 |
| Hex | AB | 36 | 6E | 0 | 44 | 24 | 21 | 14B | 34 | 2C |
| Octal | 253 | 66 | 156 | 0 | 104 | 44 | 41 | 513 | 64 | 54 |
| Binary | 10101011 | 110110 | 1101110 | 0 | 1000100 | 100100 | 100001 | 101001011 | 110100 | 101100 |
Color Harmonies of #AB366E
Complementary color
Monochromatic Colors of #AB366E
Black with #AB366E
Text Example
Text Example
White with #AB366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB366E; }
p { color: rgb(171,54,110); }
H1.HeaderClassName
{
color: #AB366E;
}
.AnyTagClassName
{
color: #AB366E;
}
</style>
background-color css
<style>
a { background-color: #AB366E; }
a { background-color: rgb(171,54,110); }
div.DivClassName
{
background-color: #AB366E;
}
.BgClassName
{
background-color: #AB366E;
}
</style>
border-color css
<style>
span { border-color: #AB366E; }
span { border-color: rgb(171,54,110); }
td.TdClassName
{
border-color: #AB366E;
}
.TagClassName
{
border-color: #AB366E;
}
</style>