Shades of Turkish Rose #AB6776
Tints of Turkish Rose #AB6776
RGB
CMYK
RGB Variations
Color information
#AB6776 (or 0xAB6776) is known color: Turkish Rose. HEX triplet: AB, 67 and 76. RGB value is (171,103,118). Sum of RGB (Red+Green+Blue) = 171+103+118=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6776 is #549889. Grayscale: #7D7D7D. Windows color (decimal): -5544074 or 7759787. OLE color: 7759787.
HSL color Cylindrical-coordinate representation of color #AB6776: hue angle of 346.76º 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 #AB6776 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 118 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.33 |
| HSL | 346.76º | 0.29% | 0.54% | - |
| HSV(B) | 346.76º | 0.4% | 0.67% | - |
| XYZ | 24.91 | 19.67 | 19.62 | - |
| YUV | 125.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 118 | 0 | 0.40 | 0.31 | 0.33 | 346.76 | 0.29 | 0.54 |
| Hex | AB | 67 | 76 | 0 | 28 | 1F | 21 | 15B | 1D | 36 |
| Octal | 253 | 147 | 166 | 0 | 50 | 37 | 41 | 533 | 35 | 66 |
| Binary | 10101011 | 1100111 | 1110110 | 0 | 101000 | 11111 | 100001 | 101011011 | 11101 | 110110 |
Color Harmonies of #AB6776
Complementary color
Monochromatic Colors of #AB6776
Black with #AB6776
Text Example
Text Example
White with #AB6776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6776; }
p { color: rgb(171,103,118); }
H1.HeaderClassName
{
color: #AB6776;
}
.AnyTagClassName
{
color: #AB6776;
}
</style>
background-color css
<style>
a { background-color: #AB6776; }
a { background-color: rgb(171,103,118); }
div.DivClassName
{
background-color: #AB6776;
}
.BgClassName
{
background-color: #AB6776;
}
</style>
border-color css
<style>
span { border-color: #AB6776; }
span { border-color: rgb(171,103,118); }
td.TdClassName
{
border-color: #AB6776;
}
.TagClassName
{
border-color: #AB6776;
}
</style>