Shades of Rouge #AB366B
Tints of Rouge #AB366B
RGB
CMYK
RGB Variations
Color information
#AB366B (or 0xAB366B) is known color: Rouge. HEX triplet: AB, 36 and 6B. RGB value is (171,54,107). Sum of RGB (Red+Green+Blue) = 171+54+107=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB366B is #54C994. Grayscale: #5E5E5E. Windows color (decimal): -5556629 or 7026347. OLE color: 7026347.
HSL color Cylindrical-coordinate representation of color #AB366B: hue angle of 332.82º 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 #AB366B is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 107 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.33 |
| HSL | 332.82º | 0.52% | 0.44% | - |
| HSV(B) | 332.82º | 0.68% | 0.67% | - |
| XYZ | 20.77 | 12.36 | 15.2 | - |
| YUV | 95.03 | 134.76 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 107 | 0 | 0.68 | 0.37 | 0.33 | 332.82 | 0.52 | 0.44 |
| Hex | AB | 36 | 6B | 0 | 44 | 25 | 21 | 14D | 34 | 2C |
| Octal | 253 | 66 | 153 | 0 | 104 | 45 | 41 | 515 | 64 | 54 |
| Binary | 10101011 | 110110 | 1101011 | 0 | 1000100 | 100101 | 100001 | 101001101 | 110100 | 101100 |
Color Harmonies of #AB366B
Complementary color
Monochromatic Colors of #AB366B
Black with #AB366B
Text Example
Text Example
White with #AB366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB366B; }
p { color: rgb(171,54,107); }
H1.HeaderClassName
{
color: #AB366B;
}
.AnyTagClassName
{
color: #AB366B;
}
</style>
background-color css
<style>
a { background-color: #AB366B; }
a { background-color: rgb(171,54,107); }
div.DivClassName
{
background-color: #AB366B;
}
.BgClassName
{
background-color: #AB366B;
}
</style>
border-color css
<style>
span { border-color: #AB366B; }
span { border-color: rgb(171,54,107); }
td.TdClassName
{
border-color: #AB366B;
}
.TagClassName
{
border-color: #AB366B;
}
</style>