Shades of Turkish Rose #AB737C
Tints of Turkish Rose #AB737C
RGB
CMYK
RGB Variations
Color information
#AB737C (or 0xAB737C) is known color: Turkish Rose. HEX triplet: AB, 73 and 7C. RGB value is (171,115,124). Sum of RGB (Red+Green+Blue) = 171+115+124=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB737C is #548C83. Grayscale: #848484. Windows color (decimal): -5540996 or 8156075. OLE color: 8156075.
HSL color Cylindrical-coordinate representation of color #AB737C: hue angle of 350.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB737C is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 124 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.33 |
| HSL | 350.36º | 0.25% | 0.56% | - |
| HSV(B) | 350.36º | 0.33% | 0.67% | - |
| XYZ | 26.56 | 22.37 | 21.99 | - |
| YUV | 132.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 124 | 0 | 0.33 | 0.27 | 0.33 | 350.36 | 0.25 | 0.56 |
| Hex | AB | 73 | 7C | 0 | 21 | 1B | 21 | 15E | 19 | 38 |
| Octal | 253 | 163 | 174 | 0 | 41 | 33 | 41 | 536 | 31 | 70 |
| Binary | 10101011 | 1110011 | 1111100 | 0 | 100001 | 11011 | 100001 | 101011110 | 11001 | 111000 |
Color Harmonies of #AB737C
Complementary color
Monochromatic Colors of #AB737C
Black with #AB737C
Text Example
Text Example
White with #AB737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB737C; }
p { color: rgb(171,115,124); }
H1.HeaderClassName
{
color: #AB737C;
}
.AnyTagClassName
{
color: #AB737C;
}
</style>
background-color css
<style>
a { background-color: #AB737C; }
a { background-color: rgb(171,115,124); }
div.DivClassName
{
background-color: #AB737C;
}
.BgClassName
{
background-color: #AB737C;
}
</style>
border-color css
<style>
span { border-color: #AB737C; }
span { border-color: rgb(171,115,124); }
td.TdClassName
{
border-color: #AB737C;
}
.TagClassName
{
border-color: #AB737C;
}
</style>