Shades of Turkish Rose #AA5F68
Tints of Turkish Rose #AA5F68
RGB
CMYK
RGB Variations
Color information
#AA5F68 (or 0xAA5F68) is known color: Turkish Rose. HEX triplet: AA, 5F and 68. RGB value is (170,95,104). Sum of RGB (Red+Green+Blue) = 170+95+104=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F68 is #55A097. Grayscale: #767676. Windows color (decimal): -5611672 or 6840234. OLE color: 6840234.
HSL color Cylindrical-coordinate representation of color #AA5F68: hue angle of 352.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA5F68 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 95 | 104 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.33 |
| HSL | 352.8º | 0.31% | 0.52% | - |
| HSV(B) | 352.8º | 0.44% | 0.67% | - |
| XYZ | 23.17 | 17.73 | 15.3 | - |
| YUV | 118.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 95 | 104 | 0 | 0.44 | 0.39 | 0.33 | 352.8 | 0.31 | 0.52 |
| Hex | AA | 5F | 68 | 0 | 2C | 27 | 21 | 161 | 1F | 34 |
| Octal | 252 | 137 | 150 | 0 | 54 | 47 | 41 | 541 | 37 | 64 |
| Binary | 10101010 | 1011111 | 1101000 | 0 | 101100 | 100111 | 100001 | 101100001 | 11111 | 110100 |
Color Harmonies of #AA5F68
Complementary color
Monochromatic Colors of #AA5F68
Black with #AA5F68
Text Example
Text Example
White with #AA5F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5F68; }
p { color: rgb(170,95,104); }
H1.HeaderClassName
{
color: #AA5F68;
}
.AnyTagClassName
{
color: #AA5F68;
}
</style>
background-color css
<style>
a { background-color: #AA5F68; }
a { background-color: rgb(170,95,104); }
div.DivClassName
{
background-color: #AA5F68;
}
.BgClassName
{
background-color: #AA5F68;
}
</style>
border-color css
<style>
span { border-color: #AA5F68; }
span { border-color: rgb(170,95,104); }
td.TdClassName
{
border-color: #AA5F68;
}
.TagClassName
{
border-color: #AA5F68;
}
</style>