Shades of Turkish Rose #AB7579
Tints of Turkish Rose #AB7579
RGB
CMYK
RGB Variations
Color information
#AB7579 (or 0xAB7579) is known color: Turkish Rose. HEX triplet: AB, 75 and 79. RGB value is (171,117,121). Sum of RGB (Red+Green+Blue) = 171+117+121=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7579 is #548A86. Grayscale: #858585. Windows color (decimal): -5540487 or 7959979. OLE color: 7959979.
HSL color Cylindrical-coordinate representation of color #AB7579: hue angle of 355.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7579 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 121 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.33 |
| HSL | 355.56º | 0.24% | 0.56% | - |
| HSV(B) | 355.56º | 0.32% | 0.67% | - |
| XYZ | 26.61 | 22.76 | 21.08 | - |
| YUV | 133.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 121 | 0 | 0.32 | 0.29 | 0.33 | 355.56 | 0.24 | 0.56 |
| Hex | AB | 75 | 79 | 0 | 20 | 1D | 21 | 164 | 18 | 38 |
| Octal | 253 | 165 | 171 | 0 | 40 | 35 | 41 | 544 | 30 | 70 |
| Binary | 10101011 | 1110101 | 1111001 | 0 | 100000 | 11101 | 100001 | 101100100 | 11000 | 111000 |
Color Harmonies of #AB7579
Complementary color
Monochromatic Colors of #AB7579
Black with #AB7579
Text Example
Text Example
White with #AB7579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7579; }
p { color: rgb(171,117,121); }
H1.HeaderClassName
{
color: #AB7579;
}
.AnyTagClassName
{
color: #AB7579;
}
</style>
background-color css
<style>
a { background-color: #AB7579; }
a { background-color: rgb(171,117,121); }
div.DivClassName
{
background-color: #AB7579;
}
.BgClassName
{
background-color: #AB7579;
}
</style>
border-color css
<style>
span { border-color: #AB7579; }
span { border-color: rgb(171,117,121); }
td.TdClassName
{
border-color: #AB7579;
}
.TagClassName
{
border-color: #AB7579;
}
</style>