Shades of Turkish Rose #AA6668
Tints of Turkish Rose #AA6668
RGB
CMYK
RGB Variations
Color information
#AA6668 (or 0xAA6668) is known color: Turkish Rose. HEX triplet: AA, 66 and 68. RGB value is (170,102,104). Sum of RGB (Red+Green+Blue) = 170+102+104=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6668 is #559997. Grayscale: #7A7A7A. Windows color (decimal): -5609880 or 6842026. OLE color: 6842026.
HSL color Cylindrical-coordinate representation of color #AA6668: hue angle of 358.24º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6668 is Cyan = 0, Magento = 0.4, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 104 | - |
| CMYK | 0 | 0.4 | 0.39 | 0.33 |
| HSL | 358.24º | 0.29% | 0.53% | - |
| HSV(B) | 358.24º | 0.4% | 0.67% | - |
| XYZ | 23.83 | 19.05 | 15.52 | - |
| YUV | 122.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 104 | 0 | 0.4 | 0.39 | 0.33 | 358.24 | 0.29 | 0.53 |
| Hex | AA | 66 | 68 | 0 | 28 | 27 | 21 | 166 | 1D | 35 |
| Octal | 252 | 146 | 150 | 0 | 50 | 47 | 41 | 546 | 35 | 65 |
| Binary | 10101010 | 1100110 | 1101000 | 0 | 101000 | 100111 | 100001 | 101100110 | 11101 | 110101 |
Color Harmonies of #AA6668
Complementary color
Monochromatic Colors of #AA6668
Black with #AA6668
Text Example
Text Example
White with #AA6668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6668; }
p { color: rgb(170,102,104); }
H1.HeaderClassName
{
color: #AA6668;
}
.AnyTagClassName
{
color: #AA6668;
}
</style>
background-color css
<style>
a { background-color: #AA6668; }
a { background-color: rgb(170,102,104); }
div.DivClassName
{
background-color: #AA6668;
}
.BgClassName
{
background-color: #AA6668;
}
</style>
border-color css
<style>
span { border-color: #AA6668; }
span { border-color: rgb(170,102,104); }
td.TdClassName
{
border-color: #AA6668;
}
.TagClassName
{
border-color: #AA6668;
}
</style>