Shades of Turkish Rose #AA6568
Tints of Turkish Rose #AA6568
RGB
CMYK
RGB Variations
Color information
#AA6568 (or 0xAA6568) is known color: Turkish Rose. HEX triplet: AA, 65 and 68. RGB value is (170,101,104). Sum of RGB (Red+Green+Blue) = 170+101+104=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6568 is #559A97. Grayscale: #7A7A7A. Windows color (decimal): -5610136 or 6841770. OLE color: 6841770.
HSL color Cylindrical-coordinate representation of color #AA6568: hue angle of 357.39º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6568 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 104 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.33 |
| HSL | 357.39º | 0.29% | 0.53% | - |
| HSV(B) | 357.39º | 0.41% | 0.67% | - |
| XYZ | 23.73 | 18.85 | 15.48 | - |
| YUV | 121.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 104 | 0 | 0.41 | 0.39 | 0.33 | 357.39 | 0.29 | 0.53 |
| Hex | AA | 65 | 68 | 0 | 29 | 27 | 21 | 165 | 1D | 35 |
| Octal | 252 | 145 | 150 | 0 | 51 | 47 | 41 | 545 | 35 | 65 |
| Binary | 10101010 | 1100101 | 1101000 | 0 | 101001 | 100111 | 100001 | 101100101 | 11101 | 110101 |
Color Harmonies of #AA6568
Complementary color
Monochromatic Colors of #AA6568
Black with #AA6568
Text Example
Text Example
White with #AA6568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6568; }
p { color: rgb(170,101,104); }
H1.HeaderClassName
{
color: #AA6568;
}
.AnyTagClassName
{
color: #AA6568;
}
</style>
background-color css
<style>
a { background-color: #AA6568; }
a { background-color: rgb(170,101,104); }
div.DivClassName
{
background-color: #AA6568;
}
.BgClassName
{
background-color: #AA6568;
}
</style>
border-color css
<style>
span { border-color: #AA6568; }
span { border-color: rgb(170,101,104); }
td.TdClassName
{
border-color: #AA6568;
}
.TagClassName
{
border-color: #AA6568;
}
</style>