Shades of Turkish Rose #A17C84
Tints of Turkish Rose #A17C84
RGB
CMYK
RGB Variations
Color information
#A17C84 (or 0xA17C84) is known color: Turkish Rose. HEX triplet: A1, 7C and 84. RGB value is (161,124,132). Sum of RGB (Red+Green+Blue) = 161+124+132=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17C84 is #5E837B. Grayscale: #878787. Windows color (decimal): -6194044 or 8682657. OLE color: 8682657.
HSL color Cylindrical-coordinate representation of color #A17C84: hue angle of 347.03º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A17C84 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 132 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.37 |
| HSL | 347.03º | 0.16% | 0.56% | - |
| HSV(B) | 347.03º | 0.23% | 0.63% | - |
| XYZ | 26.07 | 23.66 | 25.02 | - |
| YUV | 135.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 132 | 0 | 0.23 | 0.18 | 0.37 | 347.03 | 0.16 | 0.56 |
| Hex | A1 | 7C | 84 | 0 | 17 | 12 | 25 | 15B | 10 | 38 |
| Octal | 241 | 174 | 204 | 0 | 27 | 22 | 45 | 533 | 20 | 70 |
| Binary | 10100001 | 1111100 | 10000100 | 0 | 10111 | 10010 | 100101 | 101011011 | 10000 | 111000 |
Color Harmonies of #A17C84
Complementary color
Monochromatic Colors of #A17C84
Black with #A17C84
Text Example
Text Example
White with #A17C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C84; }
p { color: rgb(161,124,132); }
H1.HeaderClassName
{
color: #A17C84;
}
.AnyTagClassName
{
color: #A17C84;
}
</style>
background-color css
<style>
a { background-color: #A17C84; }
a { background-color: rgb(161,124,132); }
div.DivClassName
{
background-color: #A17C84;
}
.BgClassName
{
background-color: #A17C84;
}
</style>
border-color css
<style>
span { border-color: #A17C84; }
span { border-color: rgb(161,124,132); }
td.TdClassName
{
border-color: #A17C84;
}
.TagClassName
{
border-color: #A17C84;
}
</style>