Shades of Turkish Rose #AB7577
Tints of Turkish Rose #AB7577
RGB
CMYK
RGB Variations
Color information
#AB7577 (or 0xAB7577) is known color: Turkish Rose. HEX triplet: AB, 75 and 77. RGB value is (171,117,119). Sum of RGB (Red+Green+Blue) = 171+117+119=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7577 is #548A88. Grayscale: #858585. Windows color (decimal): -5540489 or 7828907. OLE color: 7828907.
HSL color Cylindrical-coordinate representation of color #AB7577: hue angle of 357.78º 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 #AB7577 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 119 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.33 |
| HSL | 357.78º | 0.24% | 0.56% | - |
| HSV(B) | 357.78º | 0.32% | 0.67% | - |
| XYZ | 26.49 | 22.71 | 20.44 | - |
| YUV | 133.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 119 | 0 | 0.32 | 0.30 | 0.33 | 357.78 | 0.24 | 0.56 |
| Hex | AB | 75 | 77 | 0 | 20 | 1E | 21 | 166 | 18 | 38 |
| Octal | 253 | 165 | 167 | 0 | 40 | 36 | 41 | 546 | 30 | 70 |
| Binary | 10101011 | 1110101 | 1110111 | 0 | 100000 | 11110 | 100001 | 101100110 | 11000 | 111000 |
Color Harmonies of #AB7577
Complementary color
Monochromatic Colors of #AB7577
Black with #AB7577
Text Example
Text Example
White with #AB7577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7577; }
p { color: rgb(171,117,119); }
H1.HeaderClassName
{
color: #AB7577;
}
.AnyTagClassName
{
color: #AB7577;
}
</style>
background-color css
<style>
a { background-color: #AB7577; }
a { background-color: rgb(171,117,119); }
div.DivClassName
{
background-color: #AB7577;
}
.BgClassName
{
background-color: #AB7577;
}
</style>
border-color css
<style>
span { border-color: #AB7577; }
span { border-color: rgb(171,117,119); }
td.TdClassName
{
border-color: #AB7577;
}
.TagClassName
{
border-color: #AB7577;
}
</style>