Shades of Turkish Rose #AB6275
Tints of Turkish Rose #AB6275
RGB
CMYK
RGB Variations
Color information
#AB6275 (or 0xAB6275) is known color: Turkish Rose. HEX triplet: AB, 62 and 75. RGB value is (171,98,117). Sum of RGB (Red+Green+Blue) = 171+98+117=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6275 is #549D8A. Grayscale: #797979. Windows color (decimal): -5545355 or 7692971. OLE color: 7692971.
HSL color Cylindrical-coordinate representation of color #AB6275: hue angle of 344.38º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6275 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 117 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.33 |
| HSL | 344.38º | 0.3% | 0.53% | - |
| HSV(B) | 344.38º | 0.43% | 0.67% | - |
| XYZ | 24.37 | 18.68 | 19.15 | - |
| YUV | 121.99 | 125.18 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 117 | 0 | 0.43 | 0.32 | 0.33 | 344.38 | 0.3 | 0.53 |
| Hex | AB | 62 | 75 | 0 | 2B | 20 | 21 | 158 | 1E | 35 |
| Octal | 253 | 142 | 165 | 0 | 53 | 40 | 41 | 530 | 36 | 65 |
| Binary | 10101011 | 1100010 | 1110101 | 0 | 101011 | 100000 | 100001 | 101011000 | 11110 | 110101 |
Color Harmonies of #AB6275
Complementary color
Monochromatic Colors of #AB6275
Black with #AB6275
Text Example
Text Example
White with #AB6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6275; }
p { color: rgb(171,98,117); }
H1.HeaderClassName
{
color: #AB6275;
}
.AnyTagClassName
{
color: #AB6275;
}
</style>
background-color css
<style>
a { background-color: #AB6275; }
a { background-color: rgb(171,98,117); }
div.DivClassName
{
background-color: #AB6275;
}
.BgClassName
{
background-color: #AB6275;
}
</style>
border-color css
<style>
span { border-color: #AB6275; }
span { border-color: rgb(171,98,117); }
td.TdClassName
{
border-color: #AB6275;
}
.TagClassName
{
border-color: #AB6275;
}
</style>