Shades of Turkish Rose #AA6471
Tints of Turkish Rose #AA6471
RGB
CMYK
RGB Variations
Color information
#AA6471 (or 0xAA6471) is known color: Turkish Rose. HEX triplet: AA, 64 and 71. RGB value is (170,100,113). Sum of RGB (Red+Green+Blue) = 170+100+113=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6471 is #559B8E. Grayscale: #7A7A7A. Windows color (decimal): -5610383 or 7431338. OLE color: 7431338.
HSL color Cylindrical-coordinate representation of color #AA6471: hue angle of 348.86º 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 #AA6471 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 113 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.33 |
| HSL | 348.86º | 0.29% | 0.53% | - |
| HSV(B) | 348.86º | 0.41% | 0.67% | - |
| XYZ | 24.12 | 18.85 | 17.99 | - |
| YUV | 122.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 113 | 0 | 0.41 | 0.34 | 0.33 | 348.86 | 0.29 | 0.53 |
| Hex | AA | 64 | 71 | 0 | 29 | 22 | 21 | 15D | 1D | 35 |
| Octal | 252 | 144 | 161 | 0 | 51 | 42 | 41 | 535 | 35 | 65 |
| Binary | 10101010 | 1100100 | 1110001 | 0 | 101001 | 100010 | 100001 | 101011101 | 11101 | 110101 |
Color Harmonies of #AA6471
Complementary color
Monochromatic Colors of #AA6471
Black with #AA6471
Text Example
Text Example
White with #AA6471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6471; }
p { color: rgb(170,100,113); }
H1.HeaderClassName
{
color: #AA6471;
}
.AnyTagClassName
{
color: #AA6471;
}
</style>
background-color css
<style>
a { background-color: #AA6471; }
a { background-color: rgb(170,100,113); }
div.DivClassName
{
background-color: #AA6471;
}
.BgClassName
{
background-color: #AA6471;
}
</style>
border-color css
<style>
span { border-color: #AA6471; }
span { border-color: rgb(170,100,113); }
td.TdClassName
{
border-color: #AA6471;
}
.TagClassName
{
border-color: #AA6471;
}
</style>