Shades of Turkish Rose #AB6775
Tints of Turkish Rose #AB6775
RGB
CMYK
RGB Variations
Color information
#AB6775 (or 0xAB6775) is known color: Turkish Rose. HEX triplet: AB, 67 and 75. RGB value is (171,103,117). Sum of RGB (Red+Green+Blue) = 171+103+117=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6775 is #54988A. Grayscale: #7C7C7C. Windows color (decimal): -5544075 or 7694251. OLE color: 7694251.
HSL color Cylindrical-coordinate representation of color #AB6775: hue angle of 347.65º 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 #AB6775 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 117 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.33 |
| HSL | 347.65º | 0.29% | 0.54% | - |
| HSV(B) | 347.65º | 0.4% | 0.67% | - |
| XYZ | 24.86 | 19.64 | 19.31 | - |
| YUV | 124.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 117 | 0 | 0.40 | 0.32 | 0.33 | 347.65 | 0.29 | 0.54 |
| Hex | AB | 67 | 75 | 0 | 28 | 20 | 21 | 15C | 1D | 36 |
| Octal | 253 | 147 | 165 | 0 | 50 | 40 | 41 | 534 | 35 | 66 |
| Binary | 10101011 | 1100111 | 1110101 | 0 | 101000 | 100000 | 100001 | 101011100 | 11101 | 110110 |
Color Harmonies of #AB6775
Complementary color
Monochromatic Colors of #AB6775
Black with #AB6775
Text Example
Text Example
White with #AB6775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6775; }
p { color: rgb(171,103,117); }
H1.HeaderClassName
{
color: #AB6775;
}
.AnyTagClassName
{
color: #AB6775;
}
</style>
background-color css
<style>
a { background-color: #AB6775; }
a { background-color: rgb(171,103,117); }
div.DivClassName
{
background-color: #AB6775;
}
.BgClassName
{
background-color: #AB6775;
}
</style>
border-color css
<style>
span { border-color: #AB6775; }
span { border-color: rgb(171,103,117); }
td.TdClassName
{
border-color: #AB6775;
}
.TagClassName
{
border-color: #AB6775;
}
</style>