Shades of Turkish Rose #AA636D
Tints of Turkish Rose #AA636D
RGB
CMYK
RGB Variations
Color information
#AA636D (or 0xAA636D) is known color: Turkish Rose. HEX triplet: AA, 63 and 6D. RGB value is (170,99,109). Sum of RGB (Red+Green+Blue) = 170+99+109=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA636D is #559C92. Grayscale: #797979. Windows color (decimal): -5610643 or 7168938. OLE color: 7168938.
HSL color Cylindrical-coordinate representation of color #AA636D: hue angle of 351.55º degrees, saturation: 0.29, 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 #AA636D is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 109 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.33 |
| HSL | 351.55º | 0.29% | 0.53% | - |
| HSV(B) | 351.55º | 0.42% | 0.67% | - |
| XYZ | 23.8 | 18.57 | 16.8 | - |
| YUV | 121.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 109 | 0 | 0.42 | 0.36 | 0.33 | 351.55 | 0.29 | 0.53 |
| Hex | AA | 63 | 6D | 0 | 2A | 24 | 21 | 160 | 1D | 35 |
| Octal | 252 | 143 | 155 | 0 | 52 | 44 | 41 | 540 | 35 | 65 |
| Binary | 10101010 | 1100011 | 1101101 | 0 | 101010 | 100100 | 100001 | 101100000 | 11101 | 110101 |
Color Harmonies of #AA636D
Complementary color
Monochromatic Colors of #AA636D
Black with #AA636D
Text Example
Text Example
White with #AA636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA636D; }
p { color: rgb(170,99,109); }
H1.HeaderClassName
{
color: #AA636D;
}
.AnyTagClassName
{
color: #AA636D;
}
</style>
background-color css
<style>
a { background-color: #AA636D; }
a { background-color: rgb(170,99,109); }
div.DivClassName
{
background-color: #AA636D;
}
.BgClassName
{
background-color: #AA636D;
}
</style>
border-color css
<style>
span { border-color: #AA636D; }
span { border-color: rgb(170,99,109); }
td.TdClassName
{
border-color: #AA636D;
}
.TagClassName
{
border-color: #AA636D;
}
</style>