Shades of Turkish Rose #AA6A70
Tints of Turkish Rose #AA6A70
RGB
CMYK
RGB Variations
Color information
#AA6A70 (or 0xAA6A70) is known color: Turkish Rose. HEX triplet: AA, 6A and 70. RGB value is (170,106,112). Sum of RGB (Red+Green+Blue) = 170+106+112=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A70 is #55958F. Grayscale: #7D7D7D. Windows color (decimal): -5608848 or 7367338. OLE color: 7367338.
HSL color Cylindrical-coordinate representation of color #AA6A70: hue angle of 354.38º 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 #AA6A70 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 112 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.33 |
| HSL | 354.38º | 0.27% | 0.54% | - |
| HSV(B) | 354.38º | 0.38% | 0.67% | - |
| XYZ | 24.66 | 20.02 | 17.89 | - |
| YUV | 125.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 112 | 0 | 0.38 | 0.34 | 0.33 | 354.38 | 0.27 | 0.54 |
| Hex | AA | 6A | 70 | 0 | 26 | 22 | 21 | 162 | 1B | 36 |
| Octal | 252 | 152 | 160 | 0 | 46 | 42 | 41 | 542 | 33 | 66 |
| Binary | 10101010 | 1101010 | 1110000 | 0 | 100110 | 100010 | 100001 | 101100010 | 11011 | 110110 |
Color Harmonies of #AA6A70
Complementary color
Monochromatic Colors of #AA6A70
Black with #AA6A70
Text Example
Text Example
White with #AA6A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A70; }
p { color: rgb(170,106,112); }
H1.HeaderClassName
{
color: #AA6A70;
}
.AnyTagClassName
{
color: #AA6A70;
}
</style>
background-color css
<style>
a { background-color: #AA6A70; }
a { background-color: rgb(170,106,112); }
div.DivClassName
{
background-color: #AA6A70;
}
.BgClassName
{
background-color: #AA6A70;
}
</style>
border-color css
<style>
span { border-color: #AA6A70; }
span { border-color: rgb(170,106,112); }
td.TdClassName
{
border-color: #AA6A70;
}
.TagClassName
{
border-color: #AA6A70;
}
</style>