Shades of Turkish Rose #AA6572
Tints of Turkish Rose #AA6572
RGB
CMYK
RGB Variations
Color information
#AA6572 (or 0xAA6572) is known color: Turkish Rose. HEX triplet: AA, 65 and 72. RGB value is (170,101,114). Sum of RGB (Red+Green+Blue) = 170+101+114=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6572 is #559A8D. Grayscale: #7B7B7B. Windows color (decimal): -5610126 or 7497130. OLE color: 7497130.
HSL color Cylindrical-coordinate representation of color #AA6572: hue angle of 348.7º 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 #AA6572 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 114 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.33 |
| HSL | 348.7º | 0.29% | 0.53% | - |
| HSV(B) | 348.7º | 0.41% | 0.67% | - |
| XYZ | 24.27 | 19.07 | 18.32 | - |
| YUV | 123.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 114 | 0 | 0.41 | 0.33 | 0.33 | 348.7 | 0.29 | 0.53 |
| Hex | AA | 65 | 72 | 0 | 29 | 21 | 21 | 15D | 1D | 35 |
| Octal | 252 | 145 | 162 | 0 | 51 | 41 | 41 | 535 | 35 | 65 |
| Binary | 10101010 | 1100101 | 1110010 | 0 | 101001 | 100001 | 100001 | 101011101 | 11101 | 110101 |
Color Harmonies of #AA6572
Complementary color
Monochromatic Colors of #AA6572
Black with #AA6572
Text Example
Text Example
White with #AA6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6572; }
p { color: rgb(170,101,114); }
H1.HeaderClassName
{
color: #AA6572;
}
.AnyTagClassName
{
color: #AA6572;
}
</style>
background-color css
<style>
a { background-color: #AA6572; }
a { background-color: rgb(170,101,114); }
div.DivClassName
{
background-color: #AA6572;
}
.BgClassName
{
background-color: #AA6572;
}
</style>
border-color css
<style>
span { border-color: #AA6572; }
span { border-color: rgb(170,101,114); }
td.TdClassName
{
border-color: #AA6572;
}
.TagClassName
{
border-color: #AA6572;
}
</style>