Shades of Rouge #AB355E
Tints of Rouge #AB355E
RGB
CMYK
RGB Variations
Color information
#AB355E (or 0xAB355E) is known color: Rouge. HEX triplet: AB, 35 and 5E. RGB value is (171,53,94). Sum of RGB (Red+Green+Blue) = 171+53+94=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB355E is #54CAA1. Grayscale: #5C5C5C. Windows color (decimal): -5556898 or 6174123. OLE color: 6174123.
HSL color Cylindrical-coordinate representation of color #AB355E: hue angle of 339.15º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB355E is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 94 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.33 |
| HSL | 339.15º | 0.53% | 0.44% | - |
| HSV(B) | 339.15º | 0.69% | 0.67% | - |
| XYZ | 20.09 | 12.01 | 11.85 | - |
| YUV | 92.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 94 | 0 | 0.69 | 0.45 | 0.33 | 339.15 | 0.53 | 0.44 |
| Hex | AB | 35 | 5E | 0 | 45 | 2D | 21 | 153 | 35 | 2C |
| Octal | 253 | 65 | 136 | 0 | 105 | 55 | 41 | 523 | 65 | 54 |
| Binary | 10101011 | 110101 | 1011110 | 0 | 1000101 | 101101 | 100001 | 101010011 | 110101 | 101100 |
Color Harmonies of #AB355E
Complementary color
Monochromatic Colors of #AB355E
Black with #AB355E
Text Example
Text Example
White with #AB355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB355E; }
p { color: rgb(171,53,94); }
H1.HeaderClassName
{
color: #AB355E;
}
.AnyTagClassName
{
color: #AB355E;
}
</style>
background-color css
<style>
a { background-color: #AB355E; }
a { background-color: rgb(171,53,94); }
div.DivClassName
{
background-color: #AB355E;
}
.BgClassName
{
background-color: #AB355E;
}
</style>
border-color css
<style>
span { border-color: #AB355E; }
span { border-color: rgb(171,53,94); }
td.TdClassName
{
border-color: #AB355E;
}
.TagClassName
{
border-color: #AB355E;
}
</style>