Shades of Turkish Rose #AA6A78
Tints of Turkish Rose #AA6A78
RGB
CMYK
RGB Variations
Color information
#AA6A78 (or 0xAA6A78) is known color: Turkish Rose. HEX triplet: AA, 6A and 78. RGB value is (170,106,120). Sum of RGB (Red+Green+Blue) = 170+106+120=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A78 is #559587. Grayscale: #7E7E7E. Windows color (decimal): -5608840 or 7891626. OLE color: 7891626.
HSL color Cylindrical-coordinate representation of color #AA6A78: hue angle of 346.88º 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 #AA6A78 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 120 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.33 |
| HSL | 346.88º | 0.27% | 0.54% | - |
| HSV(B) | 346.88º | 0.38% | 0.67% | - |
| XYZ | 25.12 | 20.21 | 20.35 | - |
| YUV | 126.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 120 | 0 | 0.38 | 0.29 | 0.33 | 346.88 | 0.27 | 0.54 |
| Hex | AA | 6A | 78 | 0 | 26 | 1D | 21 | 15B | 1B | 36 |
| Octal | 252 | 152 | 170 | 0 | 46 | 35 | 41 | 533 | 33 | 66 |
| Binary | 10101010 | 1101010 | 1111000 | 0 | 100110 | 11101 | 100001 | 101011011 | 11011 | 110110 |
Color Harmonies of #AA6A78
Complementary color
Monochromatic Colors of #AA6A78
Black with #AA6A78
Text Example
Text Example
White with #AA6A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A78; }
p { color: rgb(170,106,120); }
H1.HeaderClassName
{
color: #AA6A78;
}
.AnyTagClassName
{
color: #AA6A78;
}
</style>
background-color css
<style>
a { background-color: #AA6A78; }
a { background-color: rgb(170,106,120); }
div.DivClassName
{
background-color: #AA6A78;
}
.BgClassName
{
background-color: #AA6A78;
}
</style>
border-color css
<style>
span { border-color: #AA6A78; }
span { border-color: rgb(170,106,120); }
td.TdClassName
{
border-color: #AA6A78;
}
.TagClassName
{
border-color: #AA6A78;
}
</style>