Shades of Turkish Rose #AB5E73
Tints of Turkish Rose #AB5E73
RGB
CMYK
RGB Variations
Color information
#AB5E73 (or 0xAB5E73) is known color: Turkish Rose. HEX triplet: AB, 5E and 73. RGB value is (171,94,115). Sum of RGB (Red+Green+Blue) = 171+94+115=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5E73 is #54A18C. Grayscale: #777777. Windows color (decimal): -5546381 or 7560875. OLE color: 7560875.
HSL color Cylindrical-coordinate representation of color #AB5E73: hue angle of 343.64º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB5E73 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 115 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.33 |
| HSL | 343.64º | 0.31% | 0.52% | - |
| HSV(B) | 343.64º | 0.45% | 0.67% | - |
| XYZ | 23.89 | 17.9 | 18.42 | - |
| YUV | 119.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 115 | 0 | 0.45 | 0.33 | 0.33 | 343.64 | 0.31 | 0.52 |
| Hex | AB | 5E | 73 | 0 | 2D | 21 | 21 | 158 | 1F | 34 |
| Octal | 253 | 136 | 163 | 0 | 55 | 41 | 41 | 530 | 37 | 64 |
| Binary | 10101011 | 1011110 | 1110011 | 0 | 101101 | 100001 | 100001 | 101011000 | 11111 | 110100 |
Color Harmonies of #AB5E73
Complementary color
Monochromatic Colors of #AB5E73
Black with #AB5E73
Text Example
Text Example
White with #AB5E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E73; }
p { color: rgb(171,94,115); }
H1.HeaderClassName
{
color: #AB5E73;
}
.AnyTagClassName
{
color: #AB5E73;
}
</style>
background-color css
<style>
a { background-color: #AB5E73; }
a { background-color: rgb(171,94,115); }
div.DivClassName
{
background-color: #AB5E73;
}
.BgClassName
{
background-color: #AB5E73;
}
</style>
border-color css
<style>
span { border-color: #AB5E73; }
span { border-color: rgb(171,94,115); }
td.TdClassName
{
border-color: #AB5E73;
}
.TagClassName
{
border-color: #AB5E73;
}
</style>