Shades of Turkish Rose #AB7279
Tints of Turkish Rose #AB7279
RGB
CMYK
RGB Variations
Color information
#AB7279 (or 0xAB7279) is known color: Turkish Rose. HEX triplet: AB, 72 and 79. RGB value is (171,114,121). Sum of RGB (Red+Green+Blue) = 171+114+121=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7279 is #548D86. Grayscale: #838383. Windows color (decimal): -5541255 or 7959211. OLE color: 7959211.
HSL color Cylindrical-coordinate representation of color #AB7279: hue angle of 352.63º 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 #AB7279 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 121 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.33 |
| HSL | 352.63º | 0.25% | 0.56% | - |
| HSV(B) | 352.63º | 0.33% | 0.67% | - |
| XYZ | 26.26 | 22.07 | 20.97 | - |
| YUV | 131.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 121 | 0 | 0.33 | 0.29 | 0.33 | 352.63 | 0.25 | 0.56 |
| Hex | AB | 72 | 79 | 0 | 21 | 1D | 21 | 161 | 19 | 38 |
| Octal | 253 | 162 | 171 | 0 | 41 | 35 | 41 | 541 | 31 | 70 |
| Binary | 10101011 | 1110010 | 1111001 | 0 | 100001 | 11101 | 100001 | 101100001 | 11001 | 111000 |
Color Harmonies of #AB7279
Complementary color
Monochromatic Colors of #AB7279
Black with #AB7279
Text Example
Text Example
White with #AB7279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7279; }
p { color: rgb(171,114,121); }
H1.HeaderClassName
{
color: #AB7279;
}
.AnyTagClassName
{
color: #AB7279;
}
</style>
background-color css
<style>
a { background-color: #AB7279; }
a { background-color: rgb(171,114,121); }
div.DivClassName
{
background-color: #AB7279;
}
.BgClassName
{
background-color: #AB7279;
}
</style>
border-color css
<style>
span { border-color: #AB7279; }
span { border-color: rgb(171,114,121); }
td.TdClassName
{
border-color: #AB7279;
}
.TagClassName
{
border-color: #AB7279;
}
</style>