Shades of Turkish Rose #AB606B
Tints of Turkish Rose #AB606B
RGB
CMYK
RGB Variations
Color information
#AB606B (or 0xAB606B) is known color: Turkish Rose. HEX triplet: AB, 60 and 6B. RGB value is (171,96,107). Sum of RGB (Red+Green+Blue) = 171+96+107=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB606B is #549F94. Grayscale: #777777. Windows color (decimal): -5545877 or 7037099. OLE color: 7037099.
HSL color Cylindrical-coordinate representation of color #AB606B: hue angle of 351.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB606B is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 107 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.33 |
| HSL | 351.2º | 0.31% | 0.52% | - |
| HSV(B) | 351.2º | 0.44% | 0.67% | - |
| XYZ | 23.63 | 18.09 | 16.16 | - |
| YUV | 119.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 107 | 0 | 0.44 | 0.37 | 0.33 | 351.2 | 0.31 | 0.52 |
| Hex | AB | 60 | 6B | 0 | 2C | 25 | 21 | 15F | 1F | 34 |
| Octal | 253 | 140 | 153 | 0 | 54 | 45 | 41 | 537 | 37 | 64 |
| Binary | 10101011 | 1100000 | 1101011 | 0 | 101100 | 100101 | 100001 | 101011111 | 11111 | 110100 |
Color Harmonies of #AB606B
Complementary color
Monochromatic Colors of #AB606B
Black with #AB606B
Text Example
Text Example
White with #AB606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB606B; }
p { color: rgb(171,96,107); }
H1.HeaderClassName
{
color: #AB606B;
}
.AnyTagClassName
{
color: #AB606B;
}
</style>
background-color css
<style>
a { background-color: #AB606B; }
a { background-color: rgb(171,96,107); }
div.DivClassName
{
background-color: #AB606B;
}
.BgClassName
{
background-color: #AB606B;
}
</style>
border-color css
<style>
span { border-color: #AB606B; }
span { border-color: rgb(171,96,107); }
td.TdClassName
{
border-color: #AB606B;
}
.TagClassName
{
border-color: #AB606B;
}
</style>