Shades of Turkish Rose #AB606E
Tints of Turkish Rose #AB606E
RGB
CMYK
RGB Variations
Color information
#AB606E (or 0xAB606E) is known color: Turkish Rose. HEX triplet: AB, 60 and 6E. RGB value is (171,96,110). Sum of RGB (Red+Green+Blue) = 171+96+110=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB606E is #549F91. Grayscale: #787878. Windows color (decimal): -5545874 or 7233707. OLE color: 7233707.
HSL color Cylindrical-coordinate representation of color #AB606E: hue angle of 348.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB606E is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 110 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.33 |
| HSL | 348.8º | 0.31% | 0.52% | - |
| HSV(B) | 348.8º | 0.44% | 0.67% | - |
| XYZ | 23.79 | 18.15 | 17 | - |
| YUV | 120.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 110 | 0 | 0.44 | 0.36 | 0.33 | 348.8 | 0.31 | 0.52 |
| Hex | AB | 60 | 6E | 0 | 2C | 24 | 21 | 15D | 1F | 34 |
| Octal | 253 | 140 | 156 | 0 | 54 | 44 | 41 | 535 | 37 | 64 |
| Binary | 10101011 | 1100000 | 1101110 | 0 | 101100 | 100100 | 100001 | 101011101 | 11111 | 110100 |
Color Harmonies of #AB606E
Complementary color
Monochromatic Colors of #AB606E
Black with #AB606E
Text Example
Text Example
White with #AB606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB606E; }
p { color: rgb(171,96,110); }
H1.HeaderClassName
{
color: #AB606E;
}
.AnyTagClassName
{
color: #AB606E;
}
</style>
background-color css
<style>
a { background-color: #AB606E; }
a { background-color: rgb(171,96,110); }
div.DivClassName
{
background-color: #AB606E;
}
.BgClassName
{
background-color: #AB606E;
}
</style>
border-color css
<style>
span { border-color: #AB606E; }
span { border-color: rgb(171,96,110); }
td.TdClassName
{
border-color: #AB606E;
}
.TagClassName
{
border-color: #AB606E;
}
</style>