Shades of Turkish Rose #AB6576
Tints of Turkish Rose #AB6576
RGB
CMYK
RGB Variations
Color information
#AB6576 (or 0xAB6576) is known color: Turkish Rose. HEX triplet: AB, 65 and 76. RGB value is (171,101,118). Sum of RGB (Red+Green+Blue) = 171+101+118=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6576 is #549A89. Grayscale: #7B7B7B. Windows color (decimal): -5544586 or 7759275. OLE color: 7759275.
HSL color Cylindrical-coordinate representation of color #AB6576: hue angle of 345.43º 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 #AB6576 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 118 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.33 |
| HSL | 345.43º | 0.29% | 0.53% | - |
| HSV(B) | 345.43º | 0.41% | 0.67% | - |
| XYZ | 24.72 | 19.27 | 19.56 | - |
| YUV | 123.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 118 | 0 | 0.41 | 0.31 | 0.33 | 345.43 | 0.29 | 0.53 |
| Hex | AB | 65 | 76 | 0 | 29 | 1F | 21 | 159 | 1D | 35 |
| Octal | 253 | 145 | 166 | 0 | 51 | 37 | 41 | 531 | 35 | 65 |
| Binary | 10101011 | 1100101 | 1110110 | 0 | 101001 | 11111 | 100001 | 101011001 | 11101 | 110101 |
Color Harmonies of #AB6576
Complementary color
Monochromatic Colors of #AB6576
Black with #AB6576
Text Example
Text Example
White with #AB6576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6576; }
p { color: rgb(171,101,118); }
H1.HeaderClassName
{
color: #AB6576;
}
.AnyTagClassName
{
color: #AB6576;
}
</style>
background-color css
<style>
a { background-color: #AB6576; }
a { background-color: rgb(171,101,118); }
div.DivClassName
{
background-color: #AB6576;
}
.BgClassName
{
background-color: #AB6576;
}
</style>
border-color css
<style>
span { border-color: #AB6576; }
span { border-color: rgb(171,101,118); }
td.TdClassName
{
border-color: #AB6576;
}
.TagClassName
{
border-color: #AB6576;
}
</style>