Shades of Turkish Rose #AB6B74
Tints of Turkish Rose #AB6B74
RGB
CMYK
RGB Variations
Color information
#AB6B74 (or 0xAB6B74) is known color: Turkish Rose. HEX triplet: AB, 6B and 74. RGB value is (171,107,116). Sum of RGB (Red+Green+Blue) = 171+107+116=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6B74 is #54948B. Grayscale: #7F7F7F. Windows color (decimal): -5543052 or 7629739. OLE color: 7629739.
HSL color Cylindrical-coordinate representation of color #AB6B74: hue angle of 351.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6B74 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 116 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.33 |
| HSL | 351.56º | 0.28% | 0.55% | - |
| HSV(B) | 351.56º | 0.37% | 0.67% | - |
| XYZ | 25.2 | 20.43 | 19.14 | - |
| YUV | 127.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 116 | 0 | 0.37 | 0.32 | 0.33 | 351.56 | 0.28 | 0.55 |
| Hex | AB | 6B | 74 | 0 | 25 | 20 | 21 | 160 | 1C | 37 |
| Octal | 253 | 153 | 164 | 0 | 45 | 40 | 41 | 540 | 34 | 67 |
| Binary | 10101011 | 1101011 | 1110100 | 0 | 100101 | 100000 | 100001 | 101100000 | 11100 | 110111 |
Color Harmonies of #AB6B74
Complementary color
Monochromatic Colors of #AB6B74
Black with #AB6B74
Text Example
Text Example
White with #AB6B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B74; }
p { color: rgb(171,107,116); }
H1.HeaderClassName
{
color: #AB6B74;
}
.AnyTagClassName
{
color: #AB6B74;
}
</style>
background-color css
<style>
a { background-color: #AB6B74; }
a { background-color: rgb(171,107,116); }
div.DivClassName
{
background-color: #AB6B74;
}
.BgClassName
{
background-color: #AB6B74;
}
</style>
border-color css
<style>
span { border-color: #AB6B74; }
span { border-color: rgb(171,107,116); }
td.TdClassName
{
border-color: #AB6B74;
}
.TagClassName
{
border-color: #AB6B74;
}
</style>