Shades of Rouge #AB425E
Tints of Rouge #AB425E
RGB
CMYK
RGB Variations
Color information
#AB425E (or 0xAB425E) is known color: Rouge. HEX triplet: AB, 42 and 5E. RGB value is (171,66,94). Sum of RGB (Red+Green+Blue) = 171+66+94=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB425E is #54BDA1. Grayscale: #646464. Windows color (decimal): -5553570 or 6177451. OLE color: 6177451.
HSL color Cylindrical-coordinate representation of color #AB425E: hue angle of 344º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB425E is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 94 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.33 |
| HSL | 344º | 0.44% | 0.46% | - |
| HSV(B) | 344º | 0.61% | 0.67% | - |
| XYZ | 20.76 | 13.36 | 12.07 | - |
| YUV | 100.59 | 124.29 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 94 | 0 | 0.61 | 0.45 | 0.33 | 344 | 0.44 | 0.46 |
| Hex | AB | 42 | 5E | 0 | 3D | 2D | 21 | 158 | 2C | 2E |
| Octal | 253 | 102 | 136 | 0 | 75 | 55 | 41 | 530 | 54 | 56 |
| Binary | 10101011 | 1000010 | 1011110 | 0 | 111101 | 101101 | 100001 | 101011000 | 101100 | 101110 |
Color Harmonies of #AB425E
Complementary color
Monochromatic Colors of #AB425E
Black with #AB425E
Text Example
Text Example
White with #AB425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB425E; }
p { color: rgb(171,66,94); }
H1.HeaderClassName
{
color: #AB425E;
}
.AnyTagClassName
{
color: #AB425E;
}
</style>
background-color css
<style>
a { background-color: #AB425E; }
a { background-color: rgb(171,66,94); }
div.DivClassName
{
background-color: #AB425E;
}
.BgClassName
{
background-color: #AB425E;
}
</style>
border-color css
<style>
span { border-color: #AB425E; }
span { border-color: rgb(171,66,94); }
td.TdClassName
{
border-color: #AB425E;
}
.TagClassName
{
border-color: #AB425E;
}
</style>