Shades of Turkish Rose #AB6673
Tints of Turkish Rose #AB6673
RGB
CMYK
RGB Variations
Color information
#AB6673 (or 0xAB6673) is known color: Turkish Rose. HEX triplet: AB, 66 and 73. RGB value is (171,102,115). Sum of RGB (Red+Green+Blue) = 171+102+115=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6673 is #54998C. Grayscale: #7C7C7C. Windows color (decimal): -5544333 or 7562923. OLE color: 7562923.
HSL color Cylindrical-coordinate representation of color #AB6673: hue angle of 348.7º 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 #AB6673 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 115 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.33 |
| HSL | 348.7º | 0.29% | 0.54% | - |
| HSV(B) | 348.7º | 0.4% | 0.67% | - |
| XYZ | 24.64 | 19.4 | 18.67 | - |
| YUV | 124.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 115 | 0 | 0.40 | 0.33 | 0.33 | 348.7 | 0.29 | 0.54 |
| Hex | AB | 66 | 73 | 0 | 28 | 21 | 21 | 15D | 1D | 36 |
| Octal | 253 | 146 | 163 | 0 | 50 | 41 | 41 | 535 | 35 | 66 |
| Binary | 10101011 | 1100110 | 1110011 | 0 | 101000 | 100001 | 100001 | 101011101 | 11101 | 110110 |
Color Harmonies of #AB6673
Complementary color
Monochromatic Colors of #AB6673
Black with #AB6673
Text Example
Text Example
White with #AB6673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6673; }
p { color: rgb(171,102,115); }
H1.HeaderClassName
{
color: #AB6673;
}
.AnyTagClassName
{
color: #AB6673;
}
</style>
background-color css
<style>
a { background-color: #AB6673; }
a { background-color: rgb(171,102,115); }
div.DivClassName
{
background-color: #AB6673;
}
.BgClassName
{
background-color: #AB6673;
}
</style>
border-color css
<style>
span { border-color: #AB6673; }
span { border-color: rgb(171,102,115); }
td.TdClassName
{
border-color: #AB6673;
}
.TagClassName
{
border-color: #AB6673;
}
</style>