Shades of Turkish Rose #AB7476
Tints of Turkish Rose #AB7476
RGB
CMYK
RGB Variations
Color information
#AB7476 (or 0xAB7476) is known color: Turkish Rose. HEX triplet: AB, 74 and 76. RGB value is (171,116,118). Sum of RGB (Red+Green+Blue) = 171+116+118=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7476 is #548B89. Grayscale: #848484. Windows color (decimal): -5540746 or 7763115. OLE color: 7763115.
HSL color Cylindrical-coordinate representation of color #AB7476: hue angle of 357.82º degrees, saturation: 0.25, 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 #AB7476 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 118 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.33 |
| HSL | 357.82º | 0.25% | 0.56% | - |
| HSV(B) | 357.82º | 0.32% | 0.67% | - |
| XYZ | 26.31 | 22.46 | 20.09 | - |
| YUV | 132.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 118 | 0 | 0.32 | 0.31 | 0.33 | 357.82 | 0.25 | 0.56 |
| Hex | AB | 74 | 76 | 0 | 20 | 1F | 21 | 166 | 19 | 38 |
| Octal | 253 | 164 | 166 | 0 | 40 | 37 | 41 | 546 | 31 | 70 |
| Binary | 10101011 | 1110100 | 1110110 | 0 | 100000 | 11111 | 100001 | 101100110 | 11001 | 111000 |
Color Harmonies of #AB7476
Complementary color
Monochromatic Colors of #AB7476
Black with #AB7476
Text Example
Text Example
White with #AB7476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7476; }
p { color: rgb(171,116,118); }
H1.HeaderClassName
{
color: #AB7476;
}
.AnyTagClassName
{
color: #AB7476;
}
</style>
background-color css
<style>
a { background-color: #AB7476; }
a { background-color: rgb(171,116,118); }
div.DivClassName
{
background-color: #AB7476;
}
.BgClassName
{
background-color: #AB7476;
}
</style>
border-color css
<style>
span { border-color: #AB7476; }
span { border-color: rgb(171,116,118); }
td.TdClassName
{
border-color: #AB7476;
}
.TagClassName
{
border-color: #AB7476;
}
</style>