Shades of Turkish Rose #AA6370
Tints of Turkish Rose #AA6370
RGB
CMYK
RGB Variations
Color information
#AA6370 (or 0xAA6370) is known color: Turkish Rose. HEX triplet: AA, 63 and 70. RGB value is (170,99,112). Sum of RGB (Red+Green+Blue) = 170+99+112=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6370 is #559C8F. Grayscale: #797979. Windows color (decimal): -5610640 or 7365546. OLE color: 7365546.
HSL color Cylindrical-coordinate representation of color #AA6370: hue angle of 349.01º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6370 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 112 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.33 |
| HSL | 349.01º | 0.29% | 0.53% | - |
| HSV(B) | 349.01º | 0.42% | 0.67% | - |
| XYZ | 23.96 | 18.64 | 17.66 | - |
| YUV | 121.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 112 | 0 | 0.42 | 0.34 | 0.33 | 349.01 | 0.29 | 0.53 |
| Hex | AA | 63 | 70 | 0 | 2A | 22 | 21 | 15D | 1D | 35 |
| Octal | 252 | 143 | 160 | 0 | 52 | 42 | 41 | 535 | 35 | 65 |
| Binary | 10101010 | 1100011 | 1110000 | 0 | 101010 | 100010 | 100001 | 101011101 | 11101 | 110101 |
Color Harmonies of #AA6370
Complementary color
Monochromatic Colors of #AA6370
Black with #AA6370
Text Example
Text Example
White with #AA6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6370; }
p { color: rgb(170,99,112); }
H1.HeaderClassName
{
color: #AA6370;
}
.AnyTagClassName
{
color: #AA6370;
}
</style>
background-color css
<style>
a { background-color: #AA6370; }
a { background-color: rgb(170,99,112); }
div.DivClassName
{
background-color: #AA6370;
}
.BgClassName
{
background-color: #AA6370;
}
</style>
border-color css
<style>
span { border-color: #AA6370; }
span { border-color: rgb(170,99,112); }
td.TdClassName
{
border-color: #AA6370;
}
.TagClassName
{
border-color: #AA6370;
}
</style>