Shades of Rouge #AB4A69
Tints of Rouge #AB4A69
RGB
CMYK
RGB Variations
Color information
#AB4A69 (or 0xAB4A69) is known color: Rouge. HEX triplet: AB, 4A and 69. RGB value is (171,74,105). Sum of RGB (Red+Green+Blue) = 171+74+105=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4A69 is #54B596. Grayscale: #6A6A6A. Windows color (decimal): -5551511 or 6900395. OLE color: 6900395.
HSL color Cylindrical-coordinate representation of color #AB4A69: hue angle of 340.82º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB4A69 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 74 | 105 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.33 |
| HSL | 340.82º | 0.4% | 0.48% | - |
| HSV(B) | 340.82º | 0.57% | 0.67% | - |
| XYZ | 21.79 | 14.58 | 15.03 | - |
| YUV | 106.54 | 127.14 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 105 | 0 | 0.57 | 0.39 | 0.33 | 340.82 | 0.4 | 0.48 |
| Hex | AB | 4A | 69 | 0 | 39 | 27 | 21 | 155 | 28 | 30 |
| Octal | 253 | 112 | 151 | 0 | 71 | 47 | 41 | 525 | 50 | 60 |
| Binary | 10101011 | 1001010 | 1101001 | 0 | 111001 | 100111 | 100001 | 101010101 | 101000 | 110000 |
Color Harmonies of #AB4A69
Complementary color
Monochromatic Colors of #AB4A69
Black with #AB4A69
Text Example
Text Example
White with #AB4A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4A69; }
p { color: rgb(171,74,105); }
H1.HeaderClassName
{
color: #AB4A69;
}
.AnyTagClassName
{
color: #AB4A69;
}
</style>
background-color css
<style>
a { background-color: #AB4A69; }
a { background-color: rgb(171,74,105); }
div.DivClassName
{
background-color: #AB4A69;
}
.BgClassName
{
background-color: #AB4A69;
}
</style>
border-color css
<style>
span { border-color: #AB4A69; }
span { border-color: rgb(171,74,105); }
td.TdClassName
{
border-color: #AB4A69;
}
.TagClassName
{
border-color: #AB4A69;
}
</style>