Shades of Turkish Rose #AA6574
Tints of Turkish Rose #AA6574
RGB
CMYK
RGB Variations
Color information
#AA6574 (or 0xAA6574) is known color: Turkish Rose. HEX triplet: AA, 65 and 74. RGB value is (170,101,116). Sum of RGB (Red+Green+Blue) = 170+101+116=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6574 is #559A8B. Grayscale: #7B7B7B. Windows color (decimal): -5610124 or 7628202. OLE color: 7628202.
HSL color Cylindrical-coordinate representation of color #AA6574: hue angle of 346.96º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6574 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 116 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.33 |
| HSL | 346.96º | 0.29% | 0.53% | - |
| HSV(B) | 346.96º | 0.41% | 0.67% | - |
| XYZ | 24.38 | 19.11 | 18.93 | - |
| YUV | 123.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 116 | 0 | 0.41 | 0.32 | 0.33 | 346.96 | 0.29 | 0.53 |
| Hex | AA | 65 | 74 | 0 | 29 | 20 | 21 | 15B | 1D | 35 |
| Octal | 252 | 145 | 164 | 0 | 51 | 40 | 41 | 533 | 35 | 65 |
| Binary | 10101010 | 1100101 | 1110100 | 0 | 101001 | 100000 | 100001 | 101011011 | 11101 | 110101 |
Color Harmonies of #AA6574
Complementary color
Monochromatic Colors of #AA6574
Black with #AA6574
Text Example
Text Example
White with #AA6574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6574; }
p { color: rgb(170,101,116); }
H1.HeaderClassName
{
color: #AA6574;
}
.AnyTagClassName
{
color: #AA6574;
}
</style>
background-color css
<style>
a { background-color: #AA6574; }
a { background-color: rgb(170,101,116); }
div.DivClassName
{
background-color: #AA6574;
}
.BgClassName
{
background-color: #AA6574;
}
</style>
border-color css
<style>
span { border-color: #AA6574; }
span { border-color: rgb(170,101,116); }
td.TdClassName
{
border-color: #AA6574;
}
.TagClassName
{
border-color: #AA6574;
}
</style>