Shades of Turkish Rose #AB616E
Tints of Turkish Rose #AB616E
RGB
CMYK
RGB Variations
Color information
#AB616E (or 0xAB616E) is known color: Turkish Rose. HEX triplet: AB, 61 and 6E. RGB value is (171,97,110). Sum of RGB (Red+Green+Blue) = 171+97+110=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB616E is #549E91. Grayscale: #787878. Windows color (decimal): -5545618 or 7233963. OLE color: 7233963.
HSL color Cylindrical-coordinate representation of color #AB616E: hue angle of 349.46º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB616E is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 110 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.33 |
| HSL | 349.46º | 0.31% | 0.53% | - |
| HSV(B) | 349.46º | 0.43% | 0.67% | - |
| XYZ | 23.88 | 18.33 | 17.03 | - |
| YUV | 120.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 110 | 0 | 0.43 | 0.36 | 0.33 | 349.46 | 0.31 | 0.53 |
| Hex | AB | 61 | 6E | 0 | 2B | 24 | 21 | 15D | 1F | 35 |
| Octal | 253 | 141 | 156 | 0 | 53 | 44 | 41 | 535 | 37 | 65 |
| Binary | 10101011 | 1100001 | 1101110 | 0 | 101011 | 100100 | 100001 | 101011101 | 11111 | 110101 |
Color Harmonies of #AB616E
Complementary color
Monochromatic Colors of #AB616E
Black with #AB616E
Text Example
Text Example
White with #AB616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB616E; }
p { color: rgb(171,97,110); }
H1.HeaderClassName
{
color: #AB616E;
}
.AnyTagClassName
{
color: #AB616E;
}
</style>
background-color css
<style>
a { background-color: #AB616E; }
a { background-color: rgb(171,97,110); }
div.DivClassName
{
background-color: #AB616E;
}
.BgClassName
{
background-color: #AB616E;
}
</style>
border-color css
<style>
span { border-color: #AB616E; }
span { border-color: rgb(171,97,110); }
td.TdClassName
{
border-color: #AB616E;
}
.TagClassName
{
border-color: #AB616E;
}
</style>