Shades of Turkish Rose #AA767A
Tints of Turkish Rose #AA767A
RGB
CMYK
RGB Variations
Color information
#AA767A (or 0xAA767A) is known color: Turkish Rose. HEX triplet: AA, 76 and 7A. RGB value is (170,118,122). Sum of RGB (Red+Green+Blue) = 170+118+122=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA767A is #558985. Grayscale: #868686. Windows color (decimal): -5605766 or 8025770. OLE color: 8025770.
HSL color Cylindrical-coordinate representation of color #AA767A: hue angle of 355.38º 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 #AA767A is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 122 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.33 |
| HSL | 355.38º | 0.23% | 0.56% | - |
| HSV(B) | 355.38º | 0.31% | 0.67% | - |
| XYZ | 26.57 | 22.91 | 21.43 | - |
| YUV | 134 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 122 | 0 | 0.31 | 0.28 | 0.33 | 355.38 | 0.23 | 0.56 |
| Hex | AA | 76 | 7A | 0 | 1F | 1C | 21 | 163 | 17 | 38 |
| Octal | 252 | 166 | 172 | 0 | 37 | 34 | 41 | 543 | 27 | 70 |
| Binary | 10101010 | 1110110 | 1111010 | 0 | 11111 | 11100 | 100001 | 101100011 | 10111 | 111000 |
Color Harmonies of #AA767A
Complementary color
Monochromatic Colors of #AA767A
Black with #AA767A
Text Example
Text Example
White with #AA767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA767A; }
p { color: rgb(170,118,122); }
H1.HeaderClassName
{
color: #AA767A;
}
.AnyTagClassName
{
color: #AA767A;
}
</style>
background-color css
<style>
a { background-color: #AA767A; }
a { background-color: rgb(170,118,122); }
div.DivClassName
{
background-color: #AA767A;
}
.BgClassName
{
background-color: #AA767A;
}
</style>
border-color css
<style>
span { border-color: #AA767A; }
span { border-color: rgb(170,118,122); }
td.TdClassName
{
border-color: #AA767A;
}
.TagClassName
{
border-color: #AA767A;
}
</style>