Shades of Turkish Rose #AA6A7A
Tints of Turkish Rose #AA6A7A
RGB
CMYK
RGB Variations
Color information
#AA6A7A (or 0xAA6A7A) is known color: Turkish Rose. HEX triplet: AA, 6A and 7A. RGB value is (170,106,122). Sum of RGB (Red+Green+Blue) = 170+106+122=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A7A is #559585. Grayscale: #7E7E7E. Windows color (decimal): -5608838 or 8022698. OLE color: 8022698.
HSL color Cylindrical-coordinate representation of color #AA6A7A: hue angle of 345º 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 #AA6A7A is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 122 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.33 |
| HSL | 345º | 0.27% | 0.54% | - |
| HSV(B) | 345º | 0.38% | 0.67% | - |
| XYZ | 25.24 | 20.26 | 20.99 | - |
| YUV | 126.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 122 | 0 | 0.38 | 0.28 | 0.33 | 345 | 0.27 | 0.54 |
| Hex | AA | 6A | 7A | 0 | 26 | 1C | 21 | 159 | 1B | 36 |
| Octal | 252 | 152 | 172 | 0 | 46 | 34 | 41 | 531 | 33 | 66 |
| Binary | 10101010 | 1101010 | 1111010 | 0 | 100110 | 11100 | 100001 | 101011001 | 11011 | 110110 |
Color Harmonies of #AA6A7A
Complementary color
Monochromatic Colors of #AA6A7A
Black with #AA6A7A
Text Example
Text Example
White with #AA6A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A7A; }
p { color: rgb(170,106,122); }
H1.HeaderClassName
{
color: #AA6A7A;
}
.AnyTagClassName
{
color: #AA6A7A;
}
</style>
background-color css
<style>
a { background-color: #AA6A7A; }
a { background-color: rgb(170,106,122); }
div.DivClassName
{
background-color: #AA6A7A;
}
.BgClassName
{
background-color: #AA6A7A;
}
</style>
border-color css
<style>
span { border-color: #AA6A7A; }
span { border-color: rgb(170,106,122); }
td.TdClassName
{
border-color: #AA6A7A;
}
.TagClassName
{
border-color: #AA6A7A;
}
</style>