Shades of Rouge #AB386A
Tints of Rouge #AB386A
RGB
CMYK
RGB Variations
Color information
#AB386A (or 0xAB386A) is known color: Rouge. HEX triplet: AB, 38 and 6A. RGB value is (171,56,106). Sum of RGB (Red+Green+Blue) = 171+56+106=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB386A is #54C795. Grayscale: #606060. Windows color (decimal): -5556118 or 6961323. OLE color: 6961323.
HSL color Cylindrical-coordinate representation of color #AB386A: hue angle of 333.91º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB386A is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 106 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.33 |
| HSL | 333.91º | 0.51% | 0.45% | - |
| HSV(B) | 333.91º | 0.67% | 0.67% | - |
| XYZ | 20.81 | 12.53 | 14.96 | - |
| YUV | 96.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 106 | 0 | 0.67 | 0.38 | 0.33 | 333.91 | 0.51 | 0.45 |
| Hex | AB | 38 | 6A | 0 | 43 | 26 | 21 | 14E | 33 | 2D |
| Octal | 253 | 70 | 152 | 0 | 103 | 46 | 41 | 516 | 63 | 55 |
| Binary | 10101011 | 111000 | 1101010 | 0 | 1000011 | 100110 | 100001 | 101001110 | 110011 | 101101 |
Color Harmonies of #AB386A
Complementary color
Monochromatic Colors of #AB386A
Black with #AB386A
Text Example
Text Example
White with #AB386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB386A; }
p { color: rgb(171,56,106); }
H1.HeaderClassName
{
color: #AB386A;
}
.AnyTagClassName
{
color: #AB386A;
}
</style>
background-color css
<style>
a { background-color: #AB386A; }
a { background-color: rgb(171,56,106); }
div.DivClassName
{
background-color: #AB386A;
}
.BgClassName
{
background-color: #AB386A;
}
</style>
border-color css
<style>
span { border-color: #AB386A; }
span { border-color: rgb(171,56,106); }
td.TdClassName
{
border-color: #AB386A;
}
.TagClassName
{
border-color: #AB386A;
}
</style>