Shades of Turkish Rose #AB666C
Tints of Turkish Rose #AB666C
RGB
CMYK
RGB Variations
Color information
#AB666C (or 0xAB666C) is known color: Turkish Rose. HEX triplet: AB, 66 and 6C. RGB value is (171,102,108). Sum of RGB (Red+Green+Blue) = 171+102+108=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB666C is #549993. Grayscale: #7B7B7B. Windows color (decimal): -5544340 or 7104171. OLE color: 7104171.
HSL color Cylindrical-coordinate representation of color #AB666C: hue angle of 354.78º 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 #AB666C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 108 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.33 |
| HSL | 354.78º | 0.29% | 0.54% | - |
| HSV(B) | 354.78º | 0.4% | 0.67% | - |
| XYZ | 24.25 | 19.24 | 16.62 | - |
| YUV | 123.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 108 | 0 | 0.40 | 0.37 | 0.33 | 354.78 | 0.29 | 0.54 |
| Hex | AB | 66 | 6C | 0 | 28 | 25 | 21 | 163 | 1D | 36 |
| Octal | 253 | 146 | 154 | 0 | 50 | 45 | 41 | 543 | 35 | 66 |
| Binary | 10101011 | 1100110 | 1101100 | 0 | 101000 | 100101 | 100001 | 101100011 | 11101 | 110110 |
Color Harmonies of #AB666C
Complementary color
Monochromatic Colors of #AB666C
Black with #AB666C
Text Example
Text Example
White with #AB666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB666C; }
p { color: rgb(171,102,108); }
H1.HeaderClassName
{
color: #AB666C;
}
.AnyTagClassName
{
color: #AB666C;
}
</style>
background-color css
<style>
a { background-color: #AB666C; }
a { background-color: rgb(171,102,108); }
div.DivClassName
{
background-color: #AB666C;
}
.BgClassName
{
background-color: #AB666C;
}
</style>
border-color css
<style>
span { border-color: #AB666C; }
span { border-color: rgb(171,102,108); }
td.TdClassName
{
border-color: #AB666C;
}
.TagClassName
{
border-color: #AB666C;
}
</style>