Shades of Turkish Rose #AA7A7D
Tints of Turkish Rose #AA7A7D
RGB
CMYK
RGB Variations
Color information
#AA7A7D (or 0xAA7A7D) is known color: Turkish Rose. HEX triplet: AA, 7A and 7D. RGB value is (170,122,125). Sum of RGB (Red+Green+Blue) = 170+122+125=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A7D is #558582. Grayscale: #888888. Windows color (decimal): -5604739 or 8223402. OLE color: 8223402.
HSL color Cylindrical-coordinate representation of color #AA7A7D: hue angle of 356.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7A7D is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 125 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.33 |
| HSL | 356.25º | 0.22% | 0.57% | - |
| HSV(B) | 356.25º | 0.28% | 0.67% | - |
| XYZ | 27.24 | 23.95 | 22.59 | - |
| YUV | 136.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 125 | 0 | 0.28 | 0.26 | 0.33 | 356.25 | 0.22 | 0.57 |
| Hex | AA | 7A | 7D | 0 | 1C | 1A | 21 | 164 | 16 | 39 |
| Octal | 252 | 172 | 175 | 0 | 34 | 32 | 41 | 544 | 26 | 71 |
| Binary | 10101010 | 1111010 | 1111101 | 0 | 11100 | 11010 | 100001 | 101100100 | 10110 | 111001 |
Color Harmonies of #AA7A7D
Complementary color
Monochromatic Colors of #AA7A7D
Black with #AA7A7D
Text Example
Text Example
White with #AA7A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A7D; }
p { color: rgb(170,122,125); }
H1.HeaderClassName
{
color: #AA7A7D;
}
.AnyTagClassName
{
color: #AA7A7D;
}
</style>
background-color css
<style>
a { background-color: #AA7A7D; }
a { background-color: rgb(170,122,125); }
div.DivClassName
{
background-color: #AA7A7D;
}
.BgClassName
{
background-color: #AA7A7D;
}
</style>
border-color css
<style>
span { border-color: #AA7A7D; }
span { border-color: rgb(170,122,125); }
td.TdClassName
{
border-color: #AA7A7D;
}
.TagClassName
{
border-color: #AA7A7D;
}
</style>