Shades of Turkish Rose #AA7174
Tints of Turkish Rose #AA7174
RGB
CMYK
RGB Variations
Color information
#AA7174 (or 0xAA7174) is known color: Turkish Rose. HEX triplet: AA, 71 and 74. RGB value is (170,113,116). Sum of RGB (Red+Green+Blue) = 170+113+116=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7174 is #558E8B. Grayscale: #828282. Windows color (decimal): -5607052 or 7631274. OLE color: 7631274.
HSL color Cylindrical-coordinate representation of color #AA7174: hue angle of 356.84º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7174 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 116 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.33 |
| HSL | 356.84º | 0.25% | 0.55% | - |
| HSV(B) | 356.84º | 0.34% | 0.67% | - |
| XYZ | 25.64 | 21.62 | 19.34 | - |
| YUV | 130.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 116 | 0 | 0.34 | 0.32 | 0.33 | 356.84 | 0.25 | 0.55 |
| Hex | AA | 71 | 74 | 0 | 22 | 20 | 21 | 165 | 19 | 37 |
| Octal | 252 | 161 | 164 | 0 | 42 | 40 | 41 | 545 | 31 | 67 |
| Binary | 10101010 | 1110001 | 1110100 | 0 | 100010 | 100000 | 100001 | 101100101 | 11001 | 110111 |
Color Harmonies of #AA7174
Complementary color
Monochromatic Colors of #AA7174
Black with #AA7174
Text Example
Text Example
White with #AA7174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7174; }
p { color: rgb(170,113,116); }
H1.HeaderClassName
{
color: #AA7174;
}
.AnyTagClassName
{
color: #AA7174;
}
</style>
background-color css
<style>
a { background-color: #AA7174; }
a { background-color: rgb(170,113,116); }
div.DivClassName
{
background-color: #AA7174;
}
.BgClassName
{
background-color: #AA7174;
}
</style>
border-color css
<style>
span { border-color: #AA7174; }
span { border-color: rgb(170,113,116); }
td.TdClassName
{
border-color: #AA7174;
}
.TagClassName
{
border-color: #AA7174;
}
</style>