Shades of Turkish Rose #AB6C6F
Tints of Turkish Rose #AB6C6F
RGB
CMYK
RGB Variations
Color information
#AB6C6F (or 0xAB6C6F) is known color: Turkish Rose. HEX triplet: AB, 6C and 6F. RGB value is (171,108,111). Sum of RGB (Red+Green+Blue) = 171+108+111=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6C6F is #549390. Grayscale: #7F7F7F. Windows color (decimal): -5542801 or 7302315. OLE color: 7302315.
HSL color Cylindrical-coordinate representation of color #AB6C6F: hue angle of 357.14º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6C6F is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 111 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.33 |
| HSL | 357.14º | 0.27% | 0.55% | - |
| HSV(B) | 357.14º | 0.37% | 0.67% | - |
| XYZ | 25.03 | 20.53 | 17.68 | - |
| YUV | 127.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 111 | 0 | 0.37 | 0.35 | 0.33 | 357.14 | 0.27 | 0.55 |
| Hex | AB | 6C | 6F | 0 | 25 | 23 | 21 | 165 | 1B | 37 |
| Octal | 253 | 154 | 157 | 0 | 45 | 43 | 41 | 545 | 33 | 67 |
| Binary | 10101011 | 1101100 | 1101111 | 0 | 100101 | 100011 | 100001 | 101100101 | 11011 | 110111 |
Color Harmonies of #AB6C6F
Complementary color
Monochromatic Colors of #AB6C6F
Black with #AB6C6F
Text Example
Text Example
White with #AB6C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C6F; }
p { color: rgb(171,108,111); }
H1.HeaderClassName
{
color: #AB6C6F;
}
.AnyTagClassName
{
color: #AB6C6F;
}
</style>
background-color css
<style>
a { background-color: #AB6C6F; }
a { background-color: rgb(171,108,111); }
div.DivClassName
{
background-color: #AB6C6F;
}
.BgClassName
{
background-color: #AB6C6F;
}
</style>
border-color css
<style>
span { border-color: #AB6C6F; }
span { border-color: rgb(171,108,111); }
td.TdClassName
{
border-color: #AB6C6F;
}
.TagClassName
{
border-color: #AB6C6F;
}
</style>