Shades of Turkish Rose #AA636A
Tints of Turkish Rose #AA636A
RGB
CMYK
RGB Variations
Color information
#AA636A (or 0xAA636A) is known color: Turkish Rose. HEX triplet: AA, 63 and 6A. RGB value is (170,99,106). Sum of RGB (Red+Green+Blue) = 170+99+106=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA636A is #559C95. Grayscale: #797979. Windows color (decimal): -5610646 or 6972330. OLE color: 6972330.
HSL color Cylindrical-coordinate representation of color #AA636A: hue angle of 354.08º 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 #AA636A is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 106 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.33 |
| HSL | 354.08º | 0.29% | 0.53% | - |
| HSV(B) | 354.08º | 0.42% | 0.67% | - |
| XYZ | 23.64 | 18.51 | 15.96 | - |
| YUV | 121.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 106 | 0 | 0.42 | 0.38 | 0.33 | 354.08 | 0.29 | 0.53 |
| Hex | AA | 63 | 6A | 0 | 2A | 26 | 21 | 162 | 1D | 35 |
| Octal | 252 | 143 | 152 | 0 | 52 | 46 | 41 | 542 | 35 | 65 |
| Binary | 10101010 | 1100011 | 1101010 | 0 | 101010 | 100110 | 100001 | 101100010 | 11101 | 110101 |
Color Harmonies of #AA636A
Complementary color
Monochromatic Colors of #AA636A
Black with #AA636A
Text Example
Text Example
White with #AA636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA636A; }
p { color: rgb(170,99,106); }
H1.HeaderClassName
{
color: #AA636A;
}
.AnyTagClassName
{
color: #AA636A;
}
</style>
background-color css
<style>
a { background-color: #AA636A; }
a { background-color: rgb(170,99,106); }
div.DivClassName
{
background-color: #AA636A;
}
.BgClassName
{
background-color: #AA636A;
}
</style>
border-color css
<style>
span { border-color: #AA636A; }
span { border-color: rgb(170,99,106); }
td.TdClassName
{
border-color: #AA636A;
}
.TagClassName
{
border-color: #AA636A;
}
</style>