Shades of Turkish Rose #AB7074
Tints of Turkish Rose #AB7074
RGB
CMYK
RGB Variations
Color information
#AB7074 (or 0xAB7074) is known color: Turkish Rose. HEX triplet: AB, 70 and 74. RGB value is (171,112,116). Sum of RGB (Red+Green+Blue) = 171+112+116=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7074 is #548F8B. Grayscale: #828282. Windows color (decimal): -5541772 or 7631019. OLE color: 7631019.
HSL color Cylindrical-coordinate representation of color #AB7074: hue angle of 355.93º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7074 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 116 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.33 |
| HSL | 355.93º | 0.26% | 0.55% | - |
| HSV(B) | 355.93º | 0.35% | 0.67% | - |
| XYZ | 25.74 | 21.51 | 19.32 | - |
| YUV | 130.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 116 | 0 | 0.35 | 0.32 | 0.33 | 355.93 | 0.26 | 0.55 |
| Hex | AB | 70 | 74 | 0 | 23 | 20 | 21 | 164 | 1A | 37 |
| Octal | 253 | 160 | 164 | 0 | 43 | 40 | 41 | 544 | 32 | 67 |
| Binary | 10101011 | 1110000 | 1110100 | 0 | 100011 | 100000 | 100001 | 101100100 | 11010 | 110111 |
Color Harmonies of #AB7074
Complementary color
Monochromatic Colors of #AB7074
Black with #AB7074
Text Example
Text Example
White with #AB7074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7074; }
p { color: rgb(171,112,116); }
H1.HeaderClassName
{
color: #AB7074;
}
.AnyTagClassName
{
color: #AB7074;
}
</style>
background-color css
<style>
a { background-color: #AB7074; }
a { background-color: rgb(171,112,116); }
div.DivClassName
{
background-color: #AB7074;
}
.BgClassName
{
background-color: #AB7074;
}
</style>
border-color css
<style>
span { border-color: #AB7074; }
span { border-color: rgb(171,112,116); }
td.TdClassName
{
border-color: #AB7074;
}
.TagClassName
{
border-color: #AB7074;
}
</style>