Shades of Turkish Rose #AA757F
Tints of Turkish Rose #AA757F
RGB
CMYK
RGB Variations
Color information
#AA757F (or 0xAA757F) is known color: Turkish Rose. HEX triplet: AA, 75 and 7F. RGB value is (170,117,127). Sum of RGB (Red+Green+Blue) = 170+117+127=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA757F is #558A80. Grayscale: #868686. Windows color (decimal): -5606017 or 8353194. OLE color: 8353194.
HSL color Cylindrical-coordinate representation of color #AA757F: hue angle of 348.68º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA757F is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 127 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.33 |
| HSL | 348.68º | 0.24% | 0.56% | - |
| HSV(B) | 348.68º | 0.31% | 0.67% | - |
| XYZ | 26.77 | 22.8 | 23.07 | - |
| YUV | 133.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 127 | 0 | 0.31 | 0.25 | 0.33 | 348.68 | 0.24 | 0.56 |
| Hex | AA | 75 | 7F | 0 | 1F | 19 | 21 | 15D | 18 | 38 |
| Octal | 252 | 165 | 177 | 0 | 37 | 31 | 41 | 535 | 30 | 70 |
| Binary | 10101010 | 1110101 | 1111111 | 0 | 11111 | 11001 | 100001 | 101011101 | 11000 | 111000 |
Color Harmonies of #AA757F
Complementary color
Monochromatic Colors of #AA757F
Black with #AA757F
Text Example
Text Example
White with #AA757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA757F; }
p { color: rgb(170,117,127); }
H1.HeaderClassName
{
color: #AA757F;
}
.AnyTagClassName
{
color: #AA757F;
}
</style>
background-color css
<style>
a { background-color: #AA757F; }
a { background-color: rgb(170,117,127); }
div.DivClassName
{
background-color: #AA757F;
}
.BgClassName
{
background-color: #AA757F;
}
</style>
border-color css
<style>
span { border-color: #AA757F; }
span { border-color: rgb(170,117,127); }
td.TdClassName
{
border-color: #AA757F;
}
.TagClassName
{
border-color: #AA757F;
}
</style>