Shades of Turkish Rose #AA6A76
Tints of Turkish Rose #AA6A76
RGB
CMYK
RGB Variations
Color information
#AA6A76 (or 0xAA6A76) is known color: Turkish Rose. HEX triplet: AA, 6A and 76. RGB value is (170,106,118). Sum of RGB (Red+Green+Blue) = 170+106+118=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A76 is #559589. Grayscale: #7E7E7E. Windows color (decimal): -5608842 or 7760554. OLE color: 7760554.
HSL color Cylindrical-coordinate representation of color #AA6A76: hue angle of 348.75º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6A76 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 118 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.33 |
| HSL | 348.75º | 0.27% | 0.54% | - |
| HSV(B) | 348.75º | 0.38% | 0.67% | - |
| XYZ | 25 | 20.16 | 19.71 | - |
| YUV | 126.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 118 | 0 | 0.38 | 0.31 | 0.33 | 348.75 | 0.27 | 0.54 |
| Hex | AA | 6A | 76 | 0 | 26 | 1F | 21 | 15D | 1B | 36 |
| Octal | 252 | 152 | 166 | 0 | 46 | 37 | 41 | 535 | 33 | 66 |
| Binary | 10101010 | 1101010 | 1110110 | 0 | 100110 | 11111 | 100001 | 101011101 | 11011 | 110110 |
Color Harmonies of #AA6A76
Complementary color
Monochromatic Colors of #AA6A76
Black with #AA6A76
Text Example
Text Example
White with #AA6A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A76; }
p { color: rgb(170,106,118); }
H1.HeaderClassName
{
color: #AA6A76;
}
.AnyTagClassName
{
color: #AA6A76;
}
</style>
background-color css
<style>
a { background-color: #AA6A76; }
a { background-color: rgb(170,106,118); }
div.DivClassName
{
background-color: #AA6A76;
}
.BgClassName
{
background-color: #AA6A76;
}
</style>
border-color css
<style>
span { border-color: #AA6A76; }
span { border-color: rgb(170,106,118); }
td.TdClassName
{
border-color: #AA6A76;
}
.TagClassName
{
border-color: #AA6A76;
}
</style>