Shades of Turkish Rose #AA6975
Tints of Turkish Rose #AA6975
RGB
CMYK
RGB Variations
Color information
#AA6975 (or 0xAA6975) is known color: Turkish Rose. HEX triplet: AA, 69 and 75. RGB value is (170,105,117). Sum of RGB (Red+Green+Blue) = 170+105+117=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6975 is #55968A. Grayscale: #7D7D7D. Windows color (decimal): -5609099 or 7694762. OLE color: 7694762.
HSL color Cylindrical-coordinate representation of color #AA6975: hue angle of 348.92º 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 #AA6975 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 117 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.33 |
| HSL | 348.92º | 0.28% | 0.54% | - |
| HSV(B) | 348.92º | 0.38% | 0.67% | - |
| XYZ | 24.84 | 19.93 | 19.37 | - |
| YUV | 125.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 117 | 0 | 0.38 | 0.31 | 0.33 | 348.92 | 0.28 | 0.54 |
| Hex | AA | 69 | 75 | 0 | 26 | 1F | 21 | 15D | 1C | 36 |
| Octal | 252 | 151 | 165 | 0 | 46 | 37 | 41 | 535 | 34 | 66 |
| Binary | 10101010 | 1101001 | 1110101 | 0 | 100110 | 11111 | 100001 | 101011101 | 11100 | 110110 |
Color Harmonies of #AA6975
Complementary color
Monochromatic Colors of #AA6975
Black with #AA6975
Text Example
Text Example
White with #AA6975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6975; }
p { color: rgb(170,105,117); }
H1.HeaderClassName
{
color: #AA6975;
}
.AnyTagClassName
{
color: #AA6975;
}
</style>
background-color css
<style>
a { background-color: #AA6975; }
a { background-color: rgb(170,105,117); }
div.DivClassName
{
background-color: #AA6975;
}
.BgClassName
{
background-color: #AA6975;
}
</style>
border-color css
<style>
span { border-color: #AA6975; }
span { border-color: rgb(170,105,117); }
td.TdClassName
{
border-color: #AA6975;
}
.TagClassName
{
border-color: #AA6975;
}
</style>