Shades of Turkish Rose #AA6768
Tints of Turkish Rose #AA6768
RGB
CMYK
RGB Variations
Color information
#AA6768 (or 0xAA6768) is known color: Turkish Rose. HEX triplet: AA, 67 and 68. RGB value is (170,103,104). Sum of RGB (Red+Green+Blue) = 170+103+104=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6768 is #559897. Grayscale: #7B7B7B. Windows color (decimal): -5609624 or 6842282. OLE color: 6842282.
HSL color Cylindrical-coordinate representation of color #AA6768: hue angle of 359.1º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6768 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 104 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.33 |
| HSL | 359.1º | 0.28% | 0.54% | - |
| HSV(B) | 359.1º | 0.39% | 0.67% | - |
| XYZ | 23.93 | 19.25 | 15.55 | - |
| YUV | 123.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 104 | 0 | 0.39 | 0.39 | 0.33 | 359.1 | 0.28 | 0.54 |
| Hex | AA | 67 | 68 | 0 | 27 | 27 | 21 | 167 | 1C | 36 |
| Octal | 252 | 147 | 150 | 0 | 47 | 47 | 41 | 547 | 34 | 66 |
| Binary | 10101010 | 1100111 | 1101000 | 0 | 100111 | 100111 | 100001 | 101100111 | 11100 | 110110 |
Color Harmonies of #AA6768
Complementary color
Monochromatic Colors of #AA6768
Black with #AA6768
Text Example
Text Example
White with #AA6768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6768; }
p { color: rgb(170,103,104); }
H1.HeaderClassName
{
color: #AA6768;
}
.AnyTagClassName
{
color: #AA6768;
}
</style>
background-color css
<style>
a { background-color: #AA6768; }
a { background-color: rgb(170,103,104); }
div.DivClassName
{
background-color: #AA6768;
}
.BgClassName
{
background-color: #AA6768;
}
</style>
border-color css
<style>
span { border-color: #AA6768; }
span { border-color: rgb(170,103,104); }
td.TdClassName
{
border-color: #AA6768;
}
.TagClassName
{
border-color: #AA6768;
}
</style>