Shades of Turkish Rose #AA767F
Tints of Turkish Rose #AA767F
RGB
CMYK
RGB Variations
Color information
#AA767F (or 0xAA767F) is known color: Turkish Rose. HEX triplet: AA, 76 and 7F. RGB value is (170,118,127). Sum of RGB (Red+Green+Blue) = 170+118+127=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA767F is #558980. Grayscale: #868686. Windows color (decimal): -5605761 or 8353450. OLE color: 8353450.
HSL color Cylindrical-coordinate representation of color #AA767F: hue angle of 349.62º degrees, saturation: 0.23, 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 #AA767F is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 127 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.33 |
| HSL | 349.62º | 0.23% | 0.56% | - |
| HSV(B) | 349.62º | 0.31% | 0.67% | - |
| XYZ | 26.89 | 23.04 | 23.11 | - |
| YUV | 134.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 127 | 0 | 0.31 | 0.25 | 0.33 | 349.62 | 0.23 | 0.56 |
| Hex | AA | 76 | 7F | 0 | 1F | 19 | 21 | 15E | 17 | 38 |
| Octal | 252 | 166 | 177 | 0 | 37 | 31 | 41 | 536 | 27 | 70 |
| Binary | 10101010 | 1110110 | 1111111 | 0 | 11111 | 11001 | 100001 | 101011110 | 10111 | 111000 |
Color Harmonies of #AA767F
Complementary color
Monochromatic Colors of #AA767F
Black with #AA767F
Text Example
Text Example
White with #AA767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA767F; }
p { color: rgb(170,118,127); }
H1.HeaderClassName
{
color: #AA767F;
}
.AnyTagClassName
{
color: #AA767F;
}
</style>
background-color css
<style>
a { background-color: #AA767F; }
a { background-color: rgb(170,118,127); }
div.DivClassName
{
background-color: #AA767F;
}
.BgClassName
{
background-color: #AA767F;
}
</style>
border-color css
<style>
span { border-color: #AA767F; }
span { border-color: rgb(170,118,127); }
td.TdClassName
{
border-color: #AA767F;
}
.TagClassName
{
border-color: #AA767F;
}
</style>