Shades of Rouge #AB366A
Tints of Rouge #AB366A
RGB
CMYK
RGB Variations
Color information
#AB366A (or 0xAB366A) is known color: Rouge. HEX triplet: AB, 36 and 6A. RGB value is (171,54,106). Sum of RGB (Red+Green+Blue) = 171+54+106=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB366A is #54C995. Grayscale: #5E5E5E. Windows color (decimal): -5556630 or 6960811. OLE color: 6960811.
HSL color Cylindrical-coordinate representation of color #AB366A: hue angle of 333.33º 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 #AB366A is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 106 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.33 |
| HSL | 333.33º | 0.52% | 0.44% | - |
| HSV(B) | 333.33º | 0.68% | 0.67% | - |
| XYZ | 20.72 | 12.34 | 14.93 | - |
| YUV | 94.91 | 134.26 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 106 | 0 | 0.68 | 0.38 | 0.33 | 333.33 | 0.52 | 0.44 |
| Hex | AB | 36 | 6A | 0 | 44 | 26 | 21 | 14D | 34 | 2C |
| Octal | 253 | 66 | 152 | 0 | 104 | 46 | 41 | 515 | 64 | 54 |
| Binary | 10101011 | 110110 | 1101010 | 0 | 1000100 | 100110 | 100001 | 101001101 | 110100 | 101100 |
Color Harmonies of #AB366A
Complementary color
Monochromatic Colors of #AB366A
Black with #AB366A
Text Example
Text Example
White with #AB366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB366A; }
p { color: rgb(171,54,106); }
H1.HeaderClassName
{
color: #AB366A;
}
.AnyTagClassName
{
color: #AB366A;
}
</style>
background-color css
<style>
a { background-color: #AB366A; }
a { background-color: rgb(171,54,106); }
div.DivClassName
{
background-color: #AB366A;
}
.BgClassName
{
background-color: #AB366A;
}
</style>
border-color css
<style>
span { border-color: #AB366A; }
span { border-color: rgb(171,54,106); }
td.TdClassName
{
border-color: #AB366A;
}
.TagClassName
{
border-color: #AB366A;
}
</style>