Shades of Turkish Rose #AB6670
Tints of Turkish Rose #AB6670
RGB
CMYK
RGB Variations
Color information
#AB6670 (or 0xAB6670) is known color: Turkish Rose. HEX triplet: AB, 66 and 70. RGB value is (171,102,112). Sum of RGB (Red+Green+Blue) = 171+102+112=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6670 is #54998F. Grayscale: #7B7B7B. Windows color (decimal): -5544336 or 7366315. OLE color: 7366315.
HSL color Cylindrical-coordinate representation of color #AB6670: hue angle of 351.3º 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 #AB6670 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 112 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.33 |
| HSL | 351.3º | 0.29% | 0.54% | - |
| HSV(B) | 351.3º | 0.4% | 0.67% | - |
| XYZ | 24.47 | 19.33 | 17.77 | - |
| YUV | 123.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 112 | 0 | 0.40 | 0.35 | 0.33 | 351.3 | 0.29 | 0.54 |
| Hex | AB | 66 | 70 | 0 | 28 | 23 | 21 | 15F | 1D | 36 |
| Octal | 253 | 146 | 160 | 0 | 50 | 43 | 41 | 537 | 35 | 66 |
| Binary | 10101011 | 1100110 | 1110000 | 0 | 101000 | 100011 | 100001 | 101011111 | 11101 | 110110 |
Color Harmonies of #AB6670
Complementary color
Monochromatic Colors of #AB6670
Black with #AB6670
Text Example
Text Example
White with #AB6670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6670; }
p { color: rgb(171,102,112); }
H1.HeaderClassName
{
color: #AB6670;
}
.AnyTagClassName
{
color: #AB6670;
}
</style>
background-color css
<style>
a { background-color: #AB6670; }
a { background-color: rgb(171,102,112); }
div.DivClassName
{
background-color: #AB6670;
}
.BgClassName
{
background-color: #AB6670;
}
</style>
border-color css
<style>
span { border-color: #AB6670; }
span { border-color: rgb(171,102,112); }
td.TdClassName
{
border-color: #AB6670;
}
.TagClassName
{
border-color: #AB6670;
}
</style>