Shades of Turkish Rose #AA757A
Tints of Turkish Rose #AA757A
RGB
CMYK
RGB Variations
Color information
#AA757A (or 0xAA757A) is known color: Turkish Rose. HEX triplet: AA, 75 and 7A. RGB value is (170,117,122). Sum of RGB (Red+Green+Blue) = 170+117+122=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA757A is #558A85. Grayscale: #858585. Windows color (decimal): -5606022 or 8025514. OLE color: 8025514.
HSL color Cylindrical-coordinate representation of color #AA757A: hue angle of 354.34º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA757A is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 122 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.33 |
| HSL | 354.34º | 0.24% | 0.56% | - |
| HSV(B) | 354.34º | 0.31% | 0.67% | - |
| XYZ | 26.45 | 22.67 | 21.39 | - |
| YUV | 133.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 122 | 0 | 0.31 | 0.28 | 0.33 | 354.34 | 0.24 | 0.56 |
| Hex | AA | 75 | 7A | 0 | 1F | 1C | 21 | 162 | 18 | 38 |
| Octal | 252 | 165 | 172 | 0 | 37 | 34 | 41 | 542 | 30 | 70 |
| Binary | 10101010 | 1110101 | 1111010 | 0 | 11111 | 11100 | 100001 | 101100010 | 11000 | 111000 |
Color Harmonies of #AA757A
Complementary color
Monochromatic Colors of #AA757A
Black with #AA757A
Text Example
Text Example
White with #AA757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA757A; }
p { color: rgb(170,117,122); }
H1.HeaderClassName
{
color: #AA757A;
}
.AnyTagClassName
{
color: #AA757A;
}
</style>
background-color css
<style>
a { background-color: #AA757A; }
a { background-color: rgb(170,117,122); }
div.DivClassName
{
background-color: #AA757A;
}
.BgClassName
{
background-color: #AA757A;
}
</style>
border-color css
<style>
span { border-color: #AA757A; }
span { border-color: rgb(170,117,122); }
td.TdClassName
{
border-color: #AA757A;
}
.TagClassName
{
border-color: #AA757A;
}
</style>