Shades of Turkish Rose #AA6168
Tints of Turkish Rose #AA6168
RGB
CMYK
RGB Variations
Color information
#AA6168 (or 0xAA6168) is known color: Turkish Rose. HEX triplet: AA, 61 and 68. RGB value is (170,97,104). Sum of RGB (Red+Green+Blue) = 170+97+104=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6168 is #559E97. Grayscale: #777777. Windows color (decimal): -5611160 or 6840746. OLE color: 6840746.
HSL color Cylindrical-coordinate representation of color #AA6168: hue angle of 354.25º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6168 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 104 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.33 |
| HSL | 354.25º | 0.3% | 0.52% | - |
| HSV(B) | 354.25º | 0.43% | 0.67% | - |
| XYZ | 23.35 | 18.09 | 15.36 | - |
| YUV | 119.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 104 | 0 | 0.43 | 0.39 | 0.33 | 354.25 | 0.3 | 0.52 |
| Hex | AA | 61 | 68 | 0 | 2B | 27 | 21 | 162 | 1E | 34 |
| Octal | 252 | 141 | 150 | 0 | 53 | 47 | 41 | 542 | 36 | 64 |
| Binary | 10101010 | 1100001 | 1101000 | 0 | 101011 | 100111 | 100001 | 101100010 | 11110 | 110100 |
Color Harmonies of #AA6168
Complementary color
Monochromatic Colors of #AA6168
Black with #AA6168
Text Example
Text Example
White with #AA6168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6168; }
p { color: rgb(170,97,104); }
H1.HeaderClassName
{
color: #AA6168;
}
.AnyTagClassName
{
color: #AA6168;
}
</style>
background-color css
<style>
a { background-color: #AA6168; }
a { background-color: rgb(170,97,104); }
div.DivClassName
{
background-color: #AA6168;
}
.BgClassName
{
background-color: #AA6168;
}
</style>
border-color css
<style>
span { border-color: #AA6168; }
span { border-color: rgb(170,97,104); }
td.TdClassName
{
border-color: #AA6168;
}
.TagClassName
{
border-color: #AA6168;
}
</style>