Shades of Turkish Rose #AB6677
Tints of Turkish Rose #AB6677
RGB
CMYK
RGB Variations
Color information
#AB6677 (or 0xAB6677) is known color: Turkish Rose. HEX triplet: AB, 66 and 77. RGB value is (171,102,119). Sum of RGB (Red+Green+Blue) = 171+102+119=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6677 is #549988. Grayscale: #7C7C7C. Windows color (decimal): -5544329 or 7825067. OLE color: 7825067.
HSL color Cylindrical-coordinate representation of color #AB6677: hue angle of 345.22º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6677 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 119 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.33 |
| HSL | 345.22º | 0.29% | 0.54% | - |
| HSV(B) | 345.22º | 0.4% | 0.67% | - |
| XYZ | 24.88 | 19.49 | 19.9 | - |
| YUV | 124.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 119 | 0 | 0.40 | 0.30 | 0.33 | 345.22 | 0.29 | 0.54 |
| Hex | AB | 66 | 77 | 0 | 28 | 1E | 21 | 159 | 1D | 36 |
| Octal | 253 | 146 | 167 | 0 | 50 | 36 | 41 | 531 | 35 | 66 |
| Binary | 10101011 | 1100110 | 1110111 | 0 | 101000 | 11110 | 100001 | 101011001 | 11101 | 110110 |
Color Harmonies of #AB6677
Complementary color
Monochromatic Colors of #AB6677
Black with #AB6677
Text Example
Text Example
White with #AB6677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6677; }
p { color: rgb(171,102,119); }
H1.HeaderClassName
{
color: #AB6677;
}
.AnyTagClassName
{
color: #AB6677;
}
</style>
background-color css
<style>
a { background-color: #AB6677; }
a { background-color: rgb(171,102,119); }
div.DivClassName
{
background-color: #AB6677;
}
.BgClassName
{
background-color: #AB6677;
}
</style>
border-color css
<style>
span { border-color: #AB6677; }
span { border-color: rgb(171,102,119); }
td.TdClassName
{
border-color: #AB6677;
}
.TagClassName
{
border-color: #AB6677;
}
</style>