Shades of Turkish Rose #AA6275
Tints of Turkish Rose #AA6275
RGB
CMYK
RGB Variations
Color information
#AA6275 (or 0xAA6275) is known color: Turkish Rose. HEX triplet: AA, 62 and 75. RGB value is (170,98,117). Sum of RGB (Red+Green+Blue) = 170+98+117=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6275 is #559D8A. Grayscale: #797979. Windows color (decimal): -5610891 or 7692970. OLE color: 7692970.
HSL color Cylindrical-coordinate representation of color #AA6275: hue angle of 344.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6275 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 117 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.33 |
| HSL | 344.17º | 0.3% | 0.53% | - |
| HSV(B) | 344.17º | 0.42% | 0.67% | - |
| XYZ | 24.16 | 18.57 | 19.14 | - |
| YUV | 121.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 117 | 0 | 0.42 | 0.31 | 0.33 | 344.17 | 0.3 | 0.53 |
| Hex | AA | 62 | 75 | 0 | 2A | 1F | 21 | 158 | 1E | 35 |
| Octal | 252 | 142 | 165 | 0 | 52 | 37 | 41 | 530 | 36 | 65 |
| Binary | 10101010 | 1100010 | 1110101 | 0 | 101010 | 11111 | 100001 | 101011000 | 11110 | 110101 |
Color Harmonies of #AA6275
Complementary color
Monochromatic Colors of #AA6275
Black with #AA6275
Text Example
Text Example
White with #AA6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6275; }
p { color: rgb(170,98,117); }
H1.HeaderClassName
{
color: #AA6275;
}
.AnyTagClassName
{
color: #AA6275;
}
</style>
background-color css
<style>
a { background-color: #AA6275; }
a { background-color: rgb(170,98,117); }
div.DivClassName
{
background-color: #AA6275;
}
.BgClassName
{
background-color: #AA6275;
}
</style>
border-color css
<style>
span { border-color: #AA6275; }
span { border-color: rgb(170,98,117); }
td.TdClassName
{
border-color: #AA6275;
}
.TagClassName
{
border-color: #AA6275;
}
</style>