Shades of Turkish Rose #AB686D
Tints of Turkish Rose #AB686D
RGB
CMYK
RGB Variations
Color information
#AB686D (or 0xAB686D) is known color: Turkish Rose. HEX triplet: AB, 68 and 6D. RGB value is (171,104,109). Sum of RGB (Red+Green+Blue) = 171+104+109=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB686D is #549792. Grayscale: #7C7C7C. Windows color (decimal): -5543827 or 7170219. OLE color: 7170219.
HSL color Cylindrical-coordinate representation of color #AB686D: hue angle of 355.52º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB686D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 109 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.33 |
| HSL | 355.52º | 0.29% | 0.54% | - |
| HSV(B) | 355.52º | 0.39% | 0.67% | - |
| XYZ | 24.51 | 19.66 | 16.97 | - |
| YUV | 124.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 109 | 0 | 0.39 | 0.36 | 0.33 | 355.52 | 0.29 | 0.54 |
| Hex | AB | 68 | 6D | 0 | 27 | 24 | 21 | 164 | 1D | 36 |
| Octal | 253 | 150 | 155 | 0 | 47 | 44 | 41 | 544 | 35 | 66 |
| Binary | 10101011 | 1101000 | 1101101 | 0 | 100111 | 100100 | 100001 | 101100100 | 11101 | 110110 |
Color Harmonies of #AB686D
Complementary color
Monochromatic Colors of #AB686D
Black with #AB686D
Text Example
Text Example
White with #AB686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB686D; }
p { color: rgb(171,104,109); }
H1.HeaderClassName
{
color: #AB686D;
}
.AnyTagClassName
{
color: #AB686D;
}
</style>
background-color css
<style>
a { background-color: #AB686D; }
a { background-color: rgb(171,104,109); }
div.DivClassName
{
background-color: #AB686D;
}
.BgClassName
{
background-color: #AB686D;
}
</style>
border-color css
<style>
span { border-color: #AB686D; }
span { border-color: rgb(171,104,109); }
td.TdClassName
{
border-color: #AB686D;
}
.TagClassName
{
border-color: #AB686D;
}
</style>