Shades of Turkish Rose #AA767E
Tints of Turkish Rose #AA767E
RGB
CMYK
RGB Variations
Color information
#AA767E (or 0xAA767E) is known color: Turkish Rose. HEX triplet: AA, 76 and 7E. RGB value is (170,118,126). Sum of RGB (Red+Green+Blue) = 170+118+126=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA767E is #558981. Grayscale: #868686. Windows color (decimal): -5605762 or 8287914. OLE color: 8287914.
HSL color Cylindrical-coordinate representation of color #AA767E: hue angle of 350.77º 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 #AA767E is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 126 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.33 |
| HSL | 350.77º | 0.23% | 0.56% | - |
| HSV(B) | 350.77º | 0.31% | 0.67% | - |
| XYZ | 26.82 | 23.01 | 22.77 | - |
| YUV | 134.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 126 | 0 | 0.31 | 0.26 | 0.33 | 350.77 | 0.23 | 0.56 |
| Hex | AA | 76 | 7E | 0 | 1F | 1A | 21 | 15F | 17 | 38 |
| Octal | 252 | 166 | 176 | 0 | 37 | 32 | 41 | 537 | 27 | 70 |
| Binary | 10101010 | 1110110 | 1111110 | 0 | 11111 | 11010 | 100001 | 101011111 | 10111 | 111000 |
Color Harmonies of #AA767E
Complementary color
Monochromatic Colors of #AA767E
Black with #AA767E
Text Example
Text Example
White with #AA767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA767E; }
p { color: rgb(170,118,126); }
H1.HeaderClassName
{
color: #AA767E;
}
.AnyTagClassName
{
color: #AA767E;
}
</style>
background-color css
<style>
a { background-color: #AA767E; }
a { background-color: rgb(170,118,126); }
div.DivClassName
{
background-color: #AA767E;
}
.BgClassName
{
background-color: #AA767E;
}
</style>
border-color css
<style>
span { border-color: #AA767E; }
span { border-color: rgb(170,118,126); }
td.TdClassName
{
border-color: #AA767E;
}
.TagClassName
{
border-color: #AA767E;
}
</style>