Shades of Turkish Rose #AB646B
Tints of Turkish Rose #AB646B
RGB
CMYK
RGB Variations
Color information
#AB646B (or 0xAB646B) is known color: Turkish Rose. HEX triplet: AB, 64 and 6B. RGB value is (171,100,107). Sum of RGB (Red+Green+Blue) = 171+100+107=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB646B is #549B94. Grayscale: #7A7A7A. Windows color (decimal): -5544853 or 7038123. OLE color: 7038123.
HSL color Cylindrical-coordinate representation of color #AB646B: hue angle of 354.08º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB646B is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 107 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.33 |
| HSL | 354.08º | 0.3% | 0.53% | - |
| HSV(B) | 354.08º | 0.42% | 0.67% | - |
| XYZ | 24.01 | 18.83 | 16.28 | - |
| YUV | 122.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 107 | 0 | 0.42 | 0.37 | 0.33 | 354.08 | 0.3 | 0.53 |
| Hex | AB | 64 | 6B | 0 | 2A | 25 | 21 | 162 | 1E | 35 |
| Octal | 253 | 144 | 153 | 0 | 52 | 45 | 41 | 542 | 36 | 65 |
| Binary | 10101011 | 1100100 | 1101011 | 0 | 101010 | 100101 | 100001 | 101100010 | 11110 | 110101 |
Color Harmonies of #AB646B
Complementary color
Monochromatic Colors of #AB646B
Black with #AB646B
Text Example
Text Example
White with #AB646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB646B; }
p { color: rgb(171,100,107); }
H1.HeaderClassName
{
color: #AB646B;
}
.AnyTagClassName
{
color: #AB646B;
}
</style>
background-color css
<style>
a { background-color: #AB646B; }
a { background-color: rgb(171,100,107); }
div.DivClassName
{
background-color: #AB646B;
}
.BgClassName
{
background-color: #AB646B;
}
</style>
border-color css
<style>
span { border-color: #AB646B; }
span { border-color: rgb(171,100,107); }
td.TdClassName
{
border-color: #AB646B;
}
.TagClassName
{
border-color: #AB646B;
}
</style>