Shades of Turkish Rose #AA6163
Tints of Turkish Rose #AA6163
RGB
CMYK
RGB Variations
Color information
#AA6163 (or 0xAA6163) is known color: Turkish Rose. HEX triplet: AA, 61 and 63. RGB value is (170,97,99). Sum of RGB (Red+Green+Blue) = 170+97+99=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6163 is #559E9C. Grayscale: #777777. Windows color (decimal): -5611165 or 6513066. OLE color: 6513066.
HSL color Cylindrical-coordinate representation of color #AA6163: hue angle of 358.36º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6163 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 99 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.33 |
| HSL | 358.36º | 0.3% | 0.52% | - |
| HSV(B) | 358.36º | 0.43% | 0.67% | - |
| XYZ | 23.1 | 18 | 14.06 | - |
| YUV | 119.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 99 | 0 | 0.43 | 0.42 | 0.33 | 358.36 | 0.3 | 0.52 |
| Hex | AA | 61 | 63 | 0 | 2B | 2A | 21 | 166 | 1E | 34 |
| Octal | 252 | 141 | 143 | 0 | 53 | 52 | 41 | 546 | 36 | 64 |
| Binary | 10101010 | 1100001 | 1100011 | 0 | 101011 | 101010 | 100001 | 101100110 | 11110 | 110100 |
Color Harmonies of #AA6163
Complementary color
Monochromatic Colors of #AA6163
Black with #AA6163
Text Example
Text Example
White with #AA6163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6163; }
p { color: rgb(170,97,99); }
H1.HeaderClassName
{
color: #AA6163;
}
.AnyTagClassName
{
color: #AA6163;
}
</style>
background-color css
<style>
a { background-color: #AA6163; }
a { background-color: rgb(170,97,99); }
div.DivClassName
{
background-color: #AA6163;
}
.BgClassName
{
background-color: #AA6163;
}
</style>
border-color css
<style>
span { border-color: #AA6163; }
span { border-color: rgb(170,97,99); }
td.TdClassName
{
border-color: #AA6163;
}
.TagClassName
{
border-color: #AA6163;
}
</style>