Shades of Turkish Rose #AA6673
Tints of Turkish Rose #AA6673
RGB
CMYK
RGB Variations
Color information
#AA6673 (or 0xAA6673) is known color: Turkish Rose. HEX triplet: AA, 66 and 73. RGB value is (170,102,115). Sum of RGB (Red+Green+Blue) = 170+102+115=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6673 is #55998C. Grayscale: #7B7B7B. Windows color (decimal): -5609869 or 7562922. OLE color: 7562922.
HSL color Cylindrical-coordinate representation of color #AA6673: hue angle of 348.53º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6673 is Cyan = 0, Magento = 0.4, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 115 | - |
| CMYK | 0 | 0.4 | 0.32 | 0.33 |
| HSL | 348.53º | 0.29% | 0.53% | - |
| HSV(B) | 348.53º | 0.4% | 0.67% | - |
| XYZ | 24.42 | 19.29 | 18.66 | - |
| YUV | 123.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 115 | 0 | 0.4 | 0.32 | 0.33 | 348.53 | 0.29 | 0.53 |
| Hex | AA | 66 | 73 | 0 | 28 | 20 | 21 | 15D | 1D | 35 |
| Octal | 252 | 146 | 163 | 0 | 50 | 40 | 41 | 535 | 35 | 65 |
| Binary | 10101010 | 1100110 | 1110011 | 0 | 101000 | 100000 | 100001 | 101011101 | 11101 | 110101 |
Color Harmonies of #AA6673
Complementary color
Monochromatic Colors of #AA6673
Black with #AA6673
Text Example
Text Example
White with #AA6673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6673; }
p { color: rgb(170,102,115); }
H1.HeaderClassName
{
color: #AA6673;
}
.AnyTagClassName
{
color: #AA6673;
}
</style>
background-color css
<style>
a { background-color: #AA6673; }
a { background-color: rgb(170,102,115); }
div.DivClassName
{
background-color: #AA6673;
}
.BgClassName
{
background-color: #AA6673;
}
</style>
border-color css
<style>
span { border-color: #AA6673; }
span { border-color: rgb(170,102,115); }
td.TdClassName
{
border-color: #AA6673;
}
.TagClassName
{
border-color: #AA6673;
}
</style>