Shades of Turkish Rose #AA727C
Tints of Turkish Rose #AA727C
RGB
CMYK
RGB Variations
Color information
#AA727C (or 0xAA727C) is known color: Turkish Rose. HEX triplet: AA, 72 and 7C. RGB value is (170,114,124). Sum of RGB (Red+Green+Blue) = 170+114+124=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA727C is #558D83. Grayscale: #838383. Windows color (decimal): -5606788 or 8155818. OLE color: 8155818.
HSL color Cylindrical-coordinate representation of color #AA727C: hue angle of 349.29º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA727C is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 124 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.33 |
| HSL | 349.29º | 0.25% | 0.56% | - |
| HSV(B) | 349.29º | 0.33% | 0.67% | - |
| XYZ | 26.23 | 22.04 | 21.94 | - |
| YUV | 131.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 124 | 0 | 0.33 | 0.27 | 0.33 | 349.29 | 0.25 | 0.56 |
| Hex | AA | 72 | 7C | 0 | 21 | 1B | 21 | 15D | 19 | 38 |
| Octal | 252 | 162 | 174 | 0 | 41 | 33 | 41 | 535 | 31 | 70 |
| Binary | 10101010 | 1110010 | 1111100 | 0 | 100001 | 11011 | 100001 | 101011101 | 11001 | 111000 |
Color Harmonies of #AA727C
Complementary color
Monochromatic Colors of #AA727C
Black with #AA727C
Text Example
Text Example
White with #AA727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA727C; }
p { color: rgb(170,114,124); }
H1.HeaderClassName
{
color: #AA727C;
}
.AnyTagClassName
{
color: #AA727C;
}
</style>
background-color css
<style>
a { background-color: #AA727C; }
a { background-color: rgb(170,114,124); }
div.DivClassName
{
background-color: #AA727C;
}
.BgClassName
{
background-color: #AA727C;
}
</style>
border-color css
<style>
span { border-color: #AA727C; }
span { border-color: rgb(170,114,124); }
td.TdClassName
{
border-color: #AA727C;
}
.TagClassName
{
border-color: #AA727C;
}
</style>