Shades of Rouge #AB4A68
Tints of Rouge #AB4A68
RGB
CMYK
RGB Variations
Color information
#AB4A68 (or 0xAB4A68) is known color: Rouge. HEX triplet: AB, 4A and 68. RGB value is (171,74,104). Sum of RGB (Red+Green+Blue) = 171+74+104=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4A68 is #54B597. Grayscale: #6A6A6A. Windows color (decimal): -5551512 or 6834859. OLE color: 6834859.
HSL color Cylindrical-coordinate representation of color #AB4A68: hue angle of 341.44º 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 #AB4A68 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 74 | 104 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.33 |
| HSL | 341.44º | 0.4% | 0.48% | - |
| HSV(B) | 341.44º | 0.57% | 0.67% | - |
| XYZ | 21.74 | 14.55 | 14.76 | - |
| YUV | 106.42 | 126.64 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 104 | 0 | 0.57 | 0.39 | 0.33 | 341.44 | 0.4 | 0.48 |
| Hex | AB | 4A | 68 | 0 | 39 | 27 | 21 | 155 | 28 | 30 |
| Octal | 253 | 112 | 150 | 0 | 71 | 47 | 41 | 525 | 50 | 60 |
| Binary | 10101011 | 1001010 | 1101000 | 0 | 111001 | 100111 | 100001 | 101010101 | 101000 | 110000 |
Color Harmonies of #AB4A68
Complementary color
Monochromatic Colors of #AB4A68
Black with #AB4A68
Text Example
Text Example
White with #AB4A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4A68; }
p { color: rgb(171,74,104); }
H1.HeaderClassName
{
color: #AB4A68;
}
.AnyTagClassName
{
color: #AB4A68;
}
</style>
background-color css
<style>
a { background-color: #AB4A68; }
a { background-color: rgb(171,74,104); }
div.DivClassName
{
background-color: #AB4A68;
}
.BgClassName
{
background-color: #AB4A68;
}
</style>
border-color css
<style>
span { border-color: #AB4A68; }
span { border-color: rgb(171,74,104); }
td.TdClassName
{
border-color: #AB4A68;
}
.TagClassName
{
border-color: #AB4A68;
}
</style>