Shades of Turkish Rose #AA6971
Tints of Turkish Rose #AA6971
RGB
CMYK
RGB Variations
Color information
#AA6971 (or 0xAA6971) is known color: Turkish Rose. HEX triplet: AA, 69 and 71. RGB value is (170,105,113). Sum of RGB (Red+Green+Blue) = 170+105+113=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6971 is #55968E. Grayscale: #7D7D7D. Windows color (decimal): -5609103 or 7432618. OLE color: 7432618.
HSL color Cylindrical-coordinate representation of color #AA6971: hue angle of 352.62º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6971 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 113 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.33 |
| HSL | 352.62º | 0.28% | 0.54% | - |
| HSV(B) | 352.62º | 0.38% | 0.67% | - |
| XYZ | 24.61 | 19.84 | 18.16 | - |
| YUV | 125.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 113 | 0 | 0.38 | 0.34 | 0.33 | 352.62 | 0.28 | 0.54 |
| Hex | AA | 69 | 71 | 0 | 26 | 22 | 21 | 161 | 1C | 36 |
| Octal | 252 | 151 | 161 | 0 | 46 | 42 | 41 | 541 | 34 | 66 |
| Binary | 10101010 | 1101001 | 1110001 | 0 | 100110 | 100010 | 100001 | 101100001 | 11100 | 110110 |
Color Harmonies of #AA6971
Complementary color
Monochromatic Colors of #AA6971
Black with #AA6971
Text Example
Text Example
White with #AA6971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6971; }
p { color: rgb(170,105,113); }
H1.HeaderClassName
{
color: #AA6971;
}
.AnyTagClassName
{
color: #AA6971;
}
</style>
background-color css
<style>
a { background-color: #AA6971; }
a { background-color: rgb(170,105,113); }
div.DivClassName
{
background-color: #AA6971;
}
.BgClassName
{
background-color: #AA6971;
}
</style>
border-color css
<style>
span { border-color: #AA6971; }
span { border-color: rgb(170,105,113); }
td.TdClassName
{
border-color: #AA6971;
}
.TagClassName
{
border-color: #AA6971;
}
</style>