Shades of Turkish Rose #AB6575
Tints of Turkish Rose #AB6575
RGB
CMYK
RGB Variations
Color information
#AB6575 (or 0xAB6575) is known color: Turkish Rose. HEX triplet: AB, 65 and 75. RGB value is (171,101,117). Sum of RGB (Red+Green+Blue) = 171+101+117=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6575 is #549A8A. Grayscale: #7B7B7B. Windows color (decimal): -5544587 or 7693739. OLE color: 7693739.
HSL color Cylindrical-coordinate representation of color #AB6575: hue angle of 346.29º 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 #AB6575 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 117 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.33 |
| HSL | 346.29º | 0.29% | 0.53% | - |
| HSV(B) | 346.29º | 0.41% | 0.67% | - |
| XYZ | 24.66 | 19.25 | 19.25 | - |
| YUV | 123.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 117 | 0 | 0.41 | 0.32 | 0.33 | 346.29 | 0.29 | 0.53 |
| Hex | AB | 65 | 75 | 0 | 29 | 20 | 21 | 15A | 1D | 35 |
| Octal | 253 | 145 | 165 | 0 | 51 | 40 | 41 | 532 | 35 | 65 |
| Binary | 10101011 | 1100101 | 1110101 | 0 | 101001 | 100000 | 100001 | 101011010 | 11101 | 110101 |
Color Harmonies of #AB6575
Complementary color
Monochromatic Colors of #AB6575
Black with #AB6575
Text Example
Text Example
White with #AB6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6575; }
p { color: rgb(171,101,117); }
H1.HeaderClassName
{
color: #AB6575;
}
.AnyTagClassName
{
color: #AB6575;
}
</style>
background-color css
<style>
a { background-color: #AB6575; }
a { background-color: rgb(171,101,117); }
div.DivClassName
{
background-color: #AB6575;
}
.BgClassName
{
background-color: #AB6575;
}
</style>
border-color css
<style>
span { border-color: #AB6575; }
span { border-color: rgb(171,101,117); }
td.TdClassName
{
border-color: #AB6575;
}
.TagClassName
{
border-color: #AB6575;
}
</style>