Shades of Turkish Rose #AA707D
Tints of Turkish Rose #AA707D
RGB
CMYK
RGB Variations
Color information
#AA707D (or 0xAA707D) is known color: Turkish Rose. HEX triplet: AA, 70 and 7D. RGB value is (170,112,125). Sum of RGB (Red+Green+Blue) = 170+112+125=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA707D is #558F82. Grayscale: #828282. Windows color (decimal): -5607299 or 8220842. OLE color: 8220842.
HSL color Cylindrical-coordinate representation of color #AA707D: hue angle of 346.55º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA707D is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 125 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.33 |
| HSL | 346.55º | 0.25% | 0.55% | - |
| HSV(B) | 346.55º | 0.34% | 0.67% | - |
| XYZ | 26.07 | 21.62 | 22.2 | - |
| YUV | 130.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 125 | 0 | 0.34 | 0.26 | 0.33 | 346.55 | 0.25 | 0.55 |
| Hex | AA | 70 | 7D | 0 | 22 | 1A | 21 | 15B | 19 | 37 |
| Octal | 252 | 160 | 175 | 0 | 42 | 32 | 41 | 533 | 31 | 67 |
| Binary | 10101010 | 1110000 | 1111101 | 0 | 100010 | 11010 | 100001 | 101011011 | 11001 | 110111 |
Color Harmonies of #AA707D
Complementary color
Monochromatic Colors of #AA707D
Black with #AA707D
Text Example
Text Example
White with #AA707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA707D; }
p { color: rgb(170,112,125); }
H1.HeaderClassName
{
color: #AA707D;
}
.AnyTagClassName
{
color: #AA707D;
}
</style>
background-color css
<style>
a { background-color: #AA707D; }
a { background-color: rgb(170,112,125); }
div.DivClassName
{
background-color: #AA707D;
}
.BgClassName
{
background-color: #AA707D;
}
</style>
border-color css
<style>
span { border-color: #AA707D; }
span { border-color: rgb(170,112,125); }
td.TdClassName
{
border-color: #AA707D;
}
.TagClassName
{
border-color: #AA707D;
}
</style>