Shades of Turkish Rose #AB6577
Tints of Turkish Rose #AB6577
RGB
CMYK
RGB Variations
Color information
#AB6577 (or 0xAB6577) is known color: Turkish Rose. HEX triplet: AB, 65 and 77. RGB value is (171,101,119). Sum of RGB (Red+Green+Blue) = 171+101+119=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6577 is #549A88. Grayscale: #7B7B7B. Windows color (decimal): -5544585 or 7824811. OLE color: 7824811.
HSL color Cylindrical-coordinate representation of color #AB6577: hue angle of 344.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB6577 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 119 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.33 |
| HSL | 344.57º | 0.29% | 0.53% | - |
| HSV(B) | 344.57º | 0.41% | 0.67% | - |
| XYZ | 24.78 | 19.3 | 19.87 | - |
| YUV | 123.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 119 | 0 | 0.41 | 0.30 | 0.33 | 344.57 | 0.29 | 0.53 |
| Hex | AB | 65 | 77 | 0 | 29 | 1E | 21 | 159 | 1D | 35 |
| Octal | 253 | 145 | 167 | 0 | 51 | 36 | 41 | 531 | 35 | 65 |
| Binary | 10101011 | 1100101 | 1110111 | 0 | 101001 | 11110 | 100001 | 101011001 | 11101 | 110101 |
Color Harmonies of #AB6577
Complementary color
Monochromatic Colors of #AB6577
Black with #AB6577
Text Example
Text Example
White with #AB6577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6577; }
p { color: rgb(171,101,119); }
H1.HeaderClassName
{
color: #AB6577;
}
.AnyTagClassName
{
color: #AB6577;
}
</style>
background-color css
<style>
a { background-color: #AB6577; }
a { background-color: rgb(171,101,119); }
div.DivClassName
{
background-color: #AB6577;
}
.BgClassName
{
background-color: #AB6577;
}
</style>
border-color css
<style>
span { border-color: #AB6577; }
span { border-color: rgb(171,101,119); }
td.TdClassName
{
border-color: #AB6577;
}
.TagClassName
{
border-color: #AB6577;
}
</style>