Shades of Turkish Rose #AA7178
Tints of Turkish Rose #AA7178
RGB
CMYK
RGB Variations
Color information
#AA7178 (or 0xAA7178) is known color: Turkish Rose. HEX triplet: AA, 71 and 78. RGB value is (170,113,120). Sum of RGB (Red+Green+Blue) = 170+113+120=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7178 is #558E87. Grayscale: #828282. Windows color (decimal): -5607048 or 7893418. OLE color: 7893418.
HSL color Cylindrical-coordinate representation of color #AA7178: hue angle of 352.63º 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 #AA7178 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 120 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.33 |
| HSL | 352.63º | 0.25% | 0.55% | - |
| HSV(B) | 352.63º | 0.34% | 0.67% | - |
| XYZ | 25.87 | 21.71 | 20.6 | - |
| YUV | 130.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 120 | 0 | 0.34 | 0.29 | 0.33 | 352.63 | 0.25 | 0.55 |
| Hex | AA | 71 | 78 | 0 | 22 | 1D | 21 | 161 | 19 | 37 |
| Octal | 252 | 161 | 170 | 0 | 42 | 35 | 41 | 541 | 31 | 67 |
| Binary | 10101010 | 1110001 | 1111000 | 0 | 100010 | 11101 | 100001 | 101100001 | 11001 | 110111 |
Color Harmonies of #AA7178
Complementary color
Monochromatic Colors of #AA7178
Black with #AA7178
Text Example
Text Example
White with #AA7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7178; }
p { color: rgb(170,113,120); }
H1.HeaderClassName
{
color: #AA7178;
}
.AnyTagClassName
{
color: #AA7178;
}
</style>
background-color css
<style>
a { background-color: #AA7178; }
a { background-color: rgb(170,113,120); }
div.DivClassName
{
background-color: #AA7178;
}
.BgClassName
{
background-color: #AA7178;
}
</style>
border-color css
<style>
span { border-color: #AA7178; }
span { border-color: rgb(170,113,120); }
td.TdClassName
{
border-color: #AA7178;
}
.TagClassName
{
border-color: #AA7178;
}
</style>