Shades of Turkish Rose #AA6A74
Tints of Turkish Rose #AA6A74
RGB
CMYK
RGB Variations
Color information
#AA6A74 (or 0xAA6A74) is known color: Turkish Rose. HEX triplet: AA, 6A and 74. RGB value is (170,106,116). Sum of RGB (Red+Green+Blue) = 170+106+116=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A74 is #55958B. Grayscale: #7E7E7E. Windows color (decimal): -5608844 or 7629482. OLE color: 7629482.
HSL color Cylindrical-coordinate representation of color #AA6A74: hue angle of 350.62º 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 #AA6A74 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 116 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.33 |
| HSL | 350.63º | 0.27% | 0.54% | - |
| HSV(B) | 350.63º | 0.38% | 0.67% | - |
| XYZ | 24.88 | 20.12 | 19.09 | - |
| YUV | 126.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 116 | 0 | 0.38 | 0.32 | 0.33 | 350.63 | 0.27 | 0.54 |
| Hex | AA | 6A | 74 | 0 | 26 | 20 | 21 | 15F | 1B | 36 |
| Octal | 252 | 152 | 164 | 0 | 46 | 40 | 41 | 537 | 33 | 66 |
| Binary | 10101010 | 1101010 | 1110100 | 0 | 100110 | 100000 | 100001 | 101011111 | 11011 | 110110 |
Color Harmonies of #AA6A74
Complementary color
Monochromatic Colors of #AA6A74
Black with #AA6A74
Text Example
Text Example
White with #AA6A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A74; }
p { color: rgb(170,106,116); }
H1.HeaderClassName
{
color: #AA6A74;
}
.AnyTagClassName
{
color: #AA6A74;
}
</style>
background-color css
<style>
a { background-color: #AA6A74; }
a { background-color: rgb(170,106,116); }
div.DivClassName
{
background-color: #AA6A74;
}
.BgClassName
{
background-color: #AA6A74;
}
</style>
border-color css
<style>
span { border-color: #AA6A74; }
span { border-color: rgb(170,106,116); }
td.TdClassName
{
border-color: #AA6A74;
}
.TagClassName
{
border-color: #AA6A74;
}
</style>