Shades of Rouge #AB3F69
Tints of Rouge #AB3F69
RGB
CMYK
RGB Variations
Color information
#AB3F69 (or 0xAB3F69) is known color: Rouge. HEX triplet: AB, 3F and 69. RGB value is (171,63,105). Sum of RGB (Red+Green+Blue) = 171+63+105=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F69 is #54C096. Grayscale: #646464. Windows color (decimal): -5554327 or 6897579. OLE color: 6897579.
HSL color Cylindrical-coordinate representation of color #AB3F69: hue angle of 336.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3F69 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 105 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.33 |
| HSL | 336.67º | 0.46% | 0.46% | - |
| HSV(B) | 336.67º | 0.63% | 0.67% | - |
| XYZ | 21.12 | 13.23 | 14.81 | - |
| YUV | 100.08 | 130.78 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 105 | 0 | 0.63 | 0.39 | 0.33 | 336.67 | 0.46 | 0.46 |
| Hex | AB | 3F | 69 | 0 | 3F | 27 | 21 | 151 | 2E | 2E |
| Octal | 253 | 77 | 151 | 0 | 77 | 47 | 41 | 521 | 56 | 56 |
| Binary | 10101011 | 111111 | 1101001 | 0 | 111111 | 100111 | 100001 | 101010001 | 101110 | 101110 |
Color Harmonies of #AB3F69
Complementary color
Monochromatic Colors of #AB3F69
Black with #AB3F69
Text Example
Text Example
White with #AB3F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F69; }
p { color: rgb(171,63,105); }
H1.HeaderClassName
{
color: #AB3F69;
}
.AnyTagClassName
{
color: #AB3F69;
}
</style>
background-color css
<style>
a { background-color: #AB3F69; }
a { background-color: rgb(171,63,105); }
div.DivClassName
{
background-color: #AB3F69;
}
.BgClassName
{
background-color: #AB3F69;
}
</style>
border-color css
<style>
span { border-color: #AB3F69; }
span { border-color: rgb(171,63,105); }
td.TdClassName
{
border-color: #AB3F69;
}
.TagClassName
{
border-color: #AB3F69;
}
</style>