Shades of Turkish Rose #AB656F
Tints of Turkish Rose #AB656F
RGB
CMYK
RGB Variations
Color information
#AB656F (or 0xAB656F) is known color: Turkish Rose. HEX triplet: AB, 65 and 6F. RGB value is (171,101,111). Sum of RGB (Red+Green+Blue) = 171+101+111=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB656F is #549A90. Grayscale: #7B7B7B. Windows color (decimal): -5544593 or 7300523. OLE color: 7300523.
HSL color Cylindrical-coordinate representation of color #AB656F: hue angle of 351.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 #AB656F is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 111 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.33 |
| HSL | 351.43º | 0.29% | 0.53% | - |
| HSV(B) | 351.43º | 0.41% | 0.67% | - |
| XYZ | 24.32 | 19.11 | 17.45 | - |
| YUV | 123.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 111 | 0 | 0.41 | 0.35 | 0.33 | 351.43 | 0.29 | 0.53 |
| Hex | AB | 65 | 6F | 0 | 29 | 23 | 21 | 15F | 1D | 35 |
| Octal | 253 | 145 | 157 | 0 | 51 | 43 | 41 | 537 | 35 | 65 |
| Binary | 10101011 | 1100101 | 1101111 | 0 | 101001 | 100011 | 100001 | 101011111 | 11101 | 110101 |
Color Harmonies of #AB656F
Complementary color
Monochromatic Colors of #AB656F
Black with #AB656F
Text Example
Text Example
White with #AB656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB656F; }
p { color: rgb(171,101,111); }
H1.HeaderClassName
{
color: #AB656F;
}
.AnyTagClassName
{
color: #AB656F;
}
</style>
background-color css
<style>
a { background-color: #AB656F; }
a { background-color: rgb(171,101,111); }
div.DivClassName
{
background-color: #AB656F;
}
.BgClassName
{
background-color: #AB656F;
}
</style>
border-color css
<style>
span { border-color: #AB656F; }
span { border-color: rgb(171,101,111); }
td.TdClassName
{
border-color: #AB656F;
}
.TagClassName
{
border-color: #AB656F;
}
</style>