Shades of Turkish Rose #AA6D74
Tints of Turkish Rose #AA6D74
RGB
CMYK
RGB Variations
Color information
#AA6D74 (or 0xAA6D74) is known color: Turkish Rose. HEX triplet: AA, 6D and 74. RGB value is (170,109,116). Sum of RGB (Red+Green+Blue) = 170+109+116=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D74 is #55928B. Grayscale: #808080. Windows color (decimal): -5608076 or 7630250. OLE color: 7630250.
HSL color Cylindrical-coordinate representation of color #AA6D74: hue angle of 353.11º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA6D74 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 116 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.33 |
| HSL | 353.11º | 0.26% | 0.55% | - |
| HSV(B) | 353.11º | 0.36% | 0.67% | - |
| XYZ | 25.2 | 20.74 | 19.2 | - |
| YUV | 128.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 116 | 0 | 0.36 | 0.32 | 0.33 | 353.11 | 0.26 | 0.55 |
| Hex | AA | 6D | 74 | 0 | 24 | 20 | 21 | 161 | 1A | 37 |
| Octal | 252 | 155 | 164 | 0 | 44 | 40 | 41 | 541 | 32 | 67 |
| Binary | 10101010 | 1101101 | 1110100 | 0 | 100100 | 100000 | 100001 | 101100001 | 11010 | 110111 |
Color Harmonies of #AA6D74
Complementary color
Monochromatic Colors of #AA6D74
Black with #AA6D74
Text Example
Text Example
White with #AA6D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D74; }
p { color: rgb(170,109,116); }
H1.HeaderClassName
{
color: #AA6D74;
}
.AnyTagClassName
{
color: #AA6D74;
}
</style>
background-color css
<style>
a { background-color: #AA6D74; }
a { background-color: rgb(170,109,116); }
div.DivClassName
{
background-color: #AA6D74;
}
.BgClassName
{
background-color: #AA6D74;
}
</style>
border-color css
<style>
span { border-color: #AA6D74; }
span { border-color: rgb(170,109,116); }
td.TdClassName
{
border-color: #AA6D74;
}
.TagClassName
{
border-color: #AA6D74;
}
</style>