Shades of Rouge #AB4465
Tints of Rouge #AB4465
RGB
CMYK
RGB Variations
Color information
#AB4465 (or 0xAB4465) is known color: Rouge. HEX triplet: AB, 44 and 65. RGB value is (171,68,101). Sum of RGB (Red+Green+Blue) = 171+68+101=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4465 is #54BB9A. Grayscale: #666666. Windows color (decimal): -5553051 or 6636715. OLE color: 6636715.
HSL color Cylindrical-coordinate representation of color #AB4465: hue angle of 340.78º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4465 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 101 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.33 |
| HSL | 340.78º | 0.43% | 0.47% | - |
| HSV(B) | 340.78º | 0.6% | 0.67% | - |
| XYZ | 21.21 | 13.73 | 13.84 | - |
| YUV | 102.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 101 | 0 | 0.60 | 0.41 | 0.33 | 340.78 | 0.43 | 0.47 |
| Hex | AB | 44 | 65 | 0 | 3C | 29 | 21 | 155 | 2B | 2F |
| Octal | 253 | 104 | 145 | 0 | 74 | 51 | 41 | 525 | 53 | 57 |
| Binary | 10101011 | 1000100 | 1100101 | 0 | 111100 | 101001 | 100001 | 101010101 | 101011 | 101111 |
Color Harmonies of #AB4465
Complementary color
Monochromatic Colors of #AB4465
Black with #AB4465
Text Example
Text Example
White with #AB4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4465; }
p { color: rgb(171,68,101); }
H1.HeaderClassName
{
color: #AB4465;
}
.AnyTagClassName
{
color: #AB4465;
}
</style>
background-color css
<style>
a { background-color: #AB4465; }
a { background-color: rgb(171,68,101); }
div.DivClassName
{
background-color: #AB4465;
}
.BgClassName
{
background-color: #AB4465;
}
</style>
border-color css
<style>
span { border-color: #AB4465; }
span { border-color: rgb(171,68,101); }
td.TdClassName
{
border-color: #AB4465;
}
.TagClassName
{
border-color: #AB4465;
}
</style>