Shades of Turkish Rose #AA6D79
Tints of Turkish Rose #AA6D79
RGB
CMYK
RGB Variations
Color information
#AA6D79 (or 0xAA6D79) is known color: Turkish Rose. HEX triplet: AA, 6D and 79. RGB value is (170,109,121). Sum of RGB (Red+Green+Blue) = 170+109+121=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D79 is #559286. Grayscale: #808080. Windows color (decimal): -5608071 or 7957930. OLE color: 7957930.
HSL color Cylindrical-coordinate representation of color #AA6D79: hue angle of 348.2º 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 #AA6D79 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 121 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.33 |
| HSL | 348.2º | 0.26% | 0.55% | - |
| HSV(B) | 348.2º | 0.36% | 0.67% | - |
| XYZ | 25.5 | 20.86 | 20.77 | - |
| YUV | 128.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 121 | 0 | 0.36 | 0.29 | 0.33 | 348.2 | 0.26 | 0.55 |
| Hex | AA | 6D | 79 | 0 | 24 | 1D | 21 | 15C | 1A | 37 |
| Octal | 252 | 155 | 171 | 0 | 44 | 35 | 41 | 534 | 32 | 67 |
| Binary | 10101010 | 1101101 | 1111001 | 0 | 100100 | 11101 | 100001 | 101011100 | 11010 | 110111 |
Color Harmonies of #AA6D79
Complementary color
Monochromatic Colors of #AA6D79
Black with #AA6D79
Text Example
Text Example
White with #AA6D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D79; }
p { color: rgb(170,109,121); }
H1.HeaderClassName
{
color: #AA6D79;
}
.AnyTagClassName
{
color: #AA6D79;
}
</style>
background-color css
<style>
a { background-color: #AA6D79; }
a { background-color: rgb(170,109,121); }
div.DivClassName
{
background-color: #AA6D79;
}
.BgClassName
{
background-color: #AA6D79;
}
</style>
border-color css
<style>
span { border-color: #AA6D79; }
span { border-color: rgb(170,109,121); }
td.TdClassName
{
border-color: #AA6D79;
}
.TagClassName
{
border-color: #AA6D79;
}
</style>