Shades of Turkish Rose #AB6C74
Tints of Turkish Rose #AB6C74
RGB
CMYK
RGB Variations
Color information
#AB6C74 (or 0xAB6C74) is known color: Turkish Rose. HEX triplet: AB, 6C and 74. RGB value is (171,108,116). Sum of RGB (Red+Green+Blue) = 171+108+116=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6C74 is #54938B. Grayscale: #7F7F7F. Windows color (decimal): -5542796 or 7629995. OLE color: 7629995.
HSL color Cylindrical-coordinate representation of color #AB6C74: hue angle of 352.38º degrees, saturation: 0.27, 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 #AB6C74 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 116 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.33 |
| HSL | 352.38º | 0.27% | 0.55% | - |
| HSV(B) | 352.38º | 0.37% | 0.67% | - |
| XYZ | 25.31 | 20.64 | 19.17 | - |
| YUV | 127.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 116 | 0 | 0.37 | 0.32 | 0.33 | 352.38 | 0.27 | 0.55 |
| Hex | AB | 6C | 74 | 0 | 25 | 20 | 21 | 160 | 1B | 37 |
| Octal | 253 | 154 | 164 | 0 | 45 | 40 | 41 | 540 | 33 | 67 |
| Binary | 10101011 | 1101100 | 1110100 | 0 | 100101 | 100000 | 100001 | 101100000 | 11011 | 110111 |
Color Harmonies of #AB6C74
Complementary color
Monochromatic Colors of #AB6C74
Black with #AB6C74
Text Example
Text Example
White with #AB6C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C74; }
p { color: rgb(171,108,116); }
H1.HeaderClassName
{
color: #AB6C74;
}
.AnyTagClassName
{
color: #AB6C74;
}
</style>
background-color css
<style>
a { background-color: #AB6C74; }
a { background-color: rgb(171,108,116); }
div.DivClassName
{
background-color: #AB6C74;
}
.BgClassName
{
background-color: #AB6C74;
}
</style>
border-color css
<style>
span { border-color: #AB6C74; }
span { border-color: rgb(171,108,116); }
td.TdClassName
{
border-color: #AB6C74;
}
.TagClassName
{
border-color: #AB6C74;
}
</style>