Shades of Turkish Rose #AA767D
Tints of Turkish Rose #AA767D
RGB
CMYK
RGB Variations
Color information
#AA767D (or 0xAA767D) is known color: Turkish Rose. HEX triplet: AA, 76 and 7D. RGB value is (170,118,125). Sum of RGB (Red+Green+Blue) = 170+118+125=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA767D is #558982. Grayscale: #868686. Windows color (decimal): -5605763 or 8222378. OLE color: 8222378.
HSL color Cylindrical-coordinate representation of color #AA767D: hue angle of 351.92º 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 #AA767D is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 125 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.33 |
| HSL | 351.92º | 0.23% | 0.56% | - |
| HSV(B) | 351.92º | 0.31% | 0.67% | - |
| XYZ | 26.76 | 22.98 | 22.43 | - |
| YUV | 134.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 125 | 0 | 0.31 | 0.26 | 0.33 | 351.92 | 0.23 | 0.56 |
| Hex | AA | 76 | 7D | 0 | 1F | 1A | 21 | 160 | 17 | 38 |
| Octal | 252 | 166 | 175 | 0 | 37 | 32 | 41 | 540 | 27 | 70 |
| Binary | 10101010 | 1110110 | 1111101 | 0 | 11111 | 11010 | 100001 | 101100000 | 10111 | 111000 |
Color Harmonies of #AA767D
Complementary color
Monochromatic Colors of #AA767D
Black with #AA767D
Text Example
Text Example
White with #AA767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA767D; }
p { color: rgb(170,118,125); }
H1.HeaderClassName
{
color: #AA767D;
}
.AnyTagClassName
{
color: #AA767D;
}
</style>
background-color css
<style>
a { background-color: #AA767D; }
a { background-color: rgb(170,118,125); }
div.DivClassName
{
background-color: #AA767D;
}
.BgClassName
{
background-color: #AA767D;
}
</style>
border-color css
<style>
span { border-color: #AA767D; }
span { border-color: rgb(170,118,125); }
td.TdClassName
{
border-color: #AA767D;
}
.TagClassName
{
border-color: #AA767D;
}
</style>