Shades of Turkish Rose #AA6468
Tints of Turkish Rose #AA6468
RGB
CMYK
RGB Variations
Color information
#AA6468 (or 0xAA6468) is known color: Turkish Rose. HEX triplet: AA, 64 and 68. RGB value is (170,100,104). Sum of RGB (Red+Green+Blue) = 170+100+104=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6468 is #559B97. Grayscale: #797979. Windows color (decimal): -5610392 or 6841514. OLE color: 6841514.
HSL color Cylindrical-coordinate representation of color #AA6468: hue angle of 356.57º 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 #AA6468 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 104 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.33 |
| HSL | 356.57º | 0.29% | 0.53% | - |
| HSV(B) | 356.57º | 0.41% | 0.67% | - |
| XYZ | 23.63 | 18.66 | 15.45 | - |
| YUV | 121.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 104 | 0 | 0.41 | 0.39 | 0.33 | 356.57 | 0.29 | 0.53 |
| Hex | AA | 64 | 68 | 0 | 29 | 27 | 21 | 165 | 1D | 35 |
| Octal | 252 | 144 | 150 | 0 | 51 | 47 | 41 | 545 | 35 | 65 |
| Binary | 10101010 | 1100100 | 1101000 | 0 | 101001 | 100111 | 100001 | 101100101 | 11101 | 110101 |
Color Harmonies of #AA6468
Complementary color
Monochromatic Colors of #AA6468
Black with #AA6468
Text Example
Text Example
White with #AA6468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6468; }
p { color: rgb(170,100,104); }
H1.HeaderClassName
{
color: #AA6468;
}
.AnyTagClassName
{
color: #AA6468;
}
</style>
background-color css
<style>
a { background-color: #AA6468; }
a { background-color: rgb(170,100,104); }
div.DivClassName
{
background-color: #AA6468;
}
.BgClassName
{
background-color: #AA6468;
}
</style>
border-color css
<style>
span { border-color: #AA6468; }
span { border-color: rgb(170,100,104); }
td.TdClassName
{
border-color: #AA6468;
}
.TagClassName
{
border-color: #AA6468;
}
</style>