Shades of Turkish Rose #AA737D
Tints of Turkish Rose #AA737D
RGB
CMYK
RGB Variations
Color information
#AA737D (or 0xAA737D) is known color: Turkish Rose. HEX triplet: AA, 73 and 7D. RGB value is (170,115,125). Sum of RGB (Red+Green+Blue) = 170+115+125=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA737D is #558C82. Grayscale: #848484. Windows color (decimal): -5606531 or 8221610. OLE color: 8221610.
HSL color Cylindrical-coordinate representation of color #AA737D: hue angle of 349.09º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA737D is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 125 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.33 |
| HSL | 349.09º | 0.24% | 0.56% | - |
| HSV(B) | 349.09º | 0.32% | 0.67% | - |
| XYZ | 26.41 | 22.29 | 22.31 | - |
| YUV | 132.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 125 | 0 | 0.32 | 0.26 | 0.33 | 349.09 | 0.24 | 0.56 |
| Hex | AA | 73 | 7D | 0 | 20 | 1A | 21 | 15D | 18 | 38 |
| Octal | 252 | 163 | 175 | 0 | 40 | 32 | 41 | 535 | 30 | 70 |
| Binary | 10101010 | 1110011 | 1111101 | 0 | 100000 | 11010 | 100001 | 101011101 | 11000 | 111000 |
Color Harmonies of #AA737D
Complementary color
Monochromatic Colors of #AA737D
Black with #AA737D
Text Example
Text Example
White with #AA737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA737D; }
p { color: rgb(170,115,125); }
H1.HeaderClassName
{
color: #AA737D;
}
.AnyTagClassName
{
color: #AA737D;
}
</style>
background-color css
<style>
a { background-color: #AA737D; }
a { background-color: rgb(170,115,125); }
div.DivClassName
{
background-color: #AA737D;
}
.BgClassName
{
background-color: #AA737D;
}
</style>
border-color css
<style>
span { border-color: #AA737D; }
span { border-color: rgb(170,115,125); }
td.TdClassName
{
border-color: #AA737D;
}
.TagClassName
{
border-color: #AA737D;
}
</style>