Shades of Turkish Rose #AB666B
Tints of Turkish Rose #AB666B
RGB
CMYK
RGB Variations
Color information
#AB666B (or 0xAB666B) is known color: Turkish Rose. HEX triplet: AB, 66 and 6B. RGB value is (171,102,107). Sum of RGB (Red+Green+Blue) = 171+102+107=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB666B is #549994. Grayscale: #7B7B7B. Windows color (decimal): -5544341 or 7038635. OLE color: 7038635.
HSL color Cylindrical-coordinate representation of color #AB666B: hue angle of 355.65º 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 #AB666B is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 107 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.33 |
| HSL | 355.65º | 0.29% | 0.54% | - |
| HSV(B) | 355.65º | 0.4% | 0.67% | - |
| XYZ | 24.2 | 19.22 | 16.34 | - |
| YUV | 123.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 107 | 0 | 0.40 | 0.37 | 0.33 | 355.65 | 0.29 | 0.54 |
| Hex | AB | 66 | 6B | 0 | 28 | 25 | 21 | 164 | 1D | 36 |
| Octal | 253 | 146 | 153 | 0 | 50 | 45 | 41 | 544 | 35 | 66 |
| Binary | 10101011 | 1100110 | 1101011 | 0 | 101000 | 100101 | 100001 | 101100100 | 11101 | 110110 |
Color Harmonies of #AB666B
Complementary color
Monochromatic Colors of #AB666B
Black with #AB666B
Text Example
Text Example
White with #AB666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB666B; }
p { color: rgb(171,102,107); }
H1.HeaderClassName
{
color: #AB666B;
}
.AnyTagClassName
{
color: #AB666B;
}
</style>
background-color css
<style>
a { background-color: #AB666B; }
a { background-color: rgb(171,102,107); }
div.DivClassName
{
background-color: #AB666B;
}
.BgClassName
{
background-color: #AB666B;
}
</style>
border-color css
<style>
span { border-color: #AB666B; }
span { border-color: rgb(171,102,107); }
td.TdClassName
{
border-color: #AB666B;
}
.TagClassName
{
border-color: #AB666B;
}
</style>