Shades of Turkish Rose #AA6772
Tints of Turkish Rose #AA6772
RGB
CMYK
RGB Variations
Color information
#AA6772 (or 0xAA6772) is known color: Turkish Rose. HEX triplet: AA, 67 and 72. RGB value is (170,103,114). Sum of RGB (Red+Green+Blue) = 170+103+114=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6772 is #55988D. Grayscale: #7C7C7C. Windows color (decimal): -5609614 or 7497642. OLE color: 7497642.
HSL color Cylindrical-coordinate representation of color #AA6772: hue angle of 350.15º 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 #AA6772 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 114 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.33 |
| HSL | 350.15º | 0.28% | 0.54% | - |
| HSV(B) | 350.15º | 0.39% | 0.67% | - |
| XYZ | 24.47 | 19.46 | 18.39 | - |
| YUV | 124.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 114 | 0 | 0.39 | 0.33 | 0.33 | 350.15 | 0.28 | 0.54 |
| Hex | AA | 67 | 72 | 0 | 27 | 21 | 21 | 15E | 1C | 36 |
| Octal | 252 | 147 | 162 | 0 | 47 | 41 | 41 | 536 | 34 | 66 |
| Binary | 10101010 | 1100111 | 1110010 | 0 | 100111 | 100001 | 100001 | 101011110 | 11100 | 110110 |
Color Harmonies of #AA6772
Complementary color
Monochromatic Colors of #AA6772
Black with #AA6772
Text Example
Text Example
White with #AA6772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6772; }
p { color: rgb(170,103,114); }
H1.HeaderClassName
{
color: #AA6772;
}
.AnyTagClassName
{
color: #AA6772;
}
</style>
background-color css
<style>
a { background-color: #AA6772; }
a { background-color: rgb(170,103,114); }
div.DivClassName
{
background-color: #AA6772;
}
.BgClassName
{
background-color: #AA6772;
}
</style>
border-color css
<style>
span { border-color: #AA6772; }
span { border-color: rgb(170,103,114); }
td.TdClassName
{
border-color: #AA6772;
}
.TagClassName
{
border-color: #AA6772;
}
</style>