Shades of Turkish Rose #AA6E72
Tints of Turkish Rose #AA6E72
RGB
CMYK
RGB Variations
Color information
#AA6E72 (or 0xAA6E72) is known color: Turkish Rose. HEX triplet: AA, 6E and 72. RGB value is (170,110,114). Sum of RGB (Red+Green+Blue) = 170+110+114=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E72 is #55918D. Grayscale: #808080. Windows color (decimal): -5607822 or 7499434. OLE color: 7499434.
HSL color Cylindrical-coordinate representation of color #AA6E72: hue angle of 356º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA6E72 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 114 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.33 |
| HSL | 356º | 0.26% | 0.55% | - |
| HSV(B) | 356º | 0.35% | 0.67% | - |
| XYZ | 25.19 | 20.91 | 18.63 | - |
| YUV | 128.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 114 | 0 | 0.35 | 0.33 | 0.33 | 356 | 0.26 | 0.55 |
| Hex | AA | 6E | 72 | 0 | 23 | 21 | 21 | 164 | 1A | 37 |
| Octal | 252 | 156 | 162 | 0 | 43 | 41 | 41 | 544 | 32 | 67 |
| Binary | 10101010 | 1101110 | 1110010 | 0 | 100011 | 100001 | 100001 | 101100100 | 11010 | 110111 |
Color Harmonies of #AA6E72
Complementary color
Monochromatic Colors of #AA6E72
Black with #AA6E72
Text Example
Text Example
White with #AA6E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E72; }
p { color: rgb(170,110,114); }
H1.HeaderClassName
{
color: #AA6E72;
}
.AnyTagClassName
{
color: #AA6E72;
}
</style>
background-color css
<style>
a { background-color: #AA6E72; }
a { background-color: rgb(170,110,114); }
div.DivClassName
{
background-color: #AA6E72;
}
.BgClassName
{
background-color: #AA6E72;
}
</style>
border-color css
<style>
span { border-color: #AA6E72; }
span { border-color: rgb(170,110,114); }
td.TdClassName
{
border-color: #AA6E72;
}
.TagClassName
{
border-color: #AA6E72;
}
</style>