Shades of Turkish Rose #AA737E
Tints of Turkish Rose #AA737E
RGB
CMYK
RGB Variations
Color information
#AA737E (or 0xAA737E) is known color: Turkish Rose. HEX triplet: AA, 73 and 7E. RGB value is (170,115,126). Sum of RGB (Red+Green+Blue) = 170+115+126=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA737E is #558C81. Grayscale: #848484. Windows color (decimal): -5606530 or 8287146. OLE color: 8287146.
HSL color Cylindrical-coordinate representation of color #AA737E: hue angle of 348º 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 #AA737E is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 126 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.33 |
| HSL | 348º | 0.24% | 0.56% | - |
| HSV(B) | 348º | 0.32% | 0.67% | - |
| XYZ | 26.47 | 22.31 | 22.65 | - |
| YUV | 132.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 126 | 0 | 0.32 | 0.26 | 0.33 | 348 | 0.24 | 0.56 |
| Hex | AA | 73 | 7E | 0 | 20 | 1A | 21 | 15C | 18 | 38 |
| Octal | 252 | 163 | 176 | 0 | 40 | 32 | 41 | 534 | 30 | 70 |
| Binary | 10101010 | 1110011 | 1111110 | 0 | 100000 | 11010 | 100001 | 101011100 | 11000 | 111000 |
Color Harmonies of #AA737E
Complementary color
Monochromatic Colors of #AA737E
Black with #AA737E
Text Example
Text Example
White with #AA737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA737E; }
p { color: rgb(170,115,126); }
H1.HeaderClassName
{
color: #AA737E;
}
.AnyTagClassName
{
color: #AA737E;
}
</style>
background-color css
<style>
a { background-color: #AA737E; }
a { background-color: rgb(170,115,126); }
div.DivClassName
{
background-color: #AA737E;
}
.BgClassName
{
background-color: #AA737E;
}
</style>
border-color css
<style>
span { border-color: #AA737E; }
span { border-color: rgb(170,115,126); }
td.TdClassName
{
border-color: #AA737E;
}
.TagClassName
{
border-color: #AA737E;
}
</style>