Shades of Turkish Rose #AA747B
Tints of Turkish Rose #AA747B
RGB
CMYK
RGB Variations
Color information
#AA747B (or 0xAA747B) is known color: Turkish Rose. HEX triplet: AA, 74 and 7B. RGB value is (170,116,123). Sum of RGB (Red+Green+Blue) = 170+116+123=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA747B is #558B84. Grayscale: #848484. Windows color (decimal): -5606277 or 8090794. OLE color: 8090794.
HSL color Cylindrical-coordinate representation of color #AA747B: hue angle of 352.22º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA747B is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 123 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.33 |
| HSL | 352.22º | 0.24% | 0.56% | - |
| HSV(B) | 352.22º | 0.32% | 0.67% | - |
| XYZ | 26.4 | 22.47 | 21.68 | - |
| YUV | 132.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 123 | 0 | 0.32 | 0.28 | 0.33 | 352.22 | 0.24 | 0.56 |
| Hex | AA | 74 | 7B | 0 | 20 | 1C | 21 | 160 | 18 | 38 |
| Octal | 252 | 164 | 173 | 0 | 40 | 34 | 41 | 540 | 30 | 70 |
| Binary | 10101010 | 1110100 | 1111011 | 0 | 100000 | 11100 | 100001 | 101100000 | 11000 | 111000 |
Color Harmonies of #AA747B
Complementary color
Monochromatic Colors of #AA747B
Black with #AA747B
Text Example
Text Example
White with #AA747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA747B; }
p { color: rgb(170,116,123); }
H1.HeaderClassName
{
color: #AA747B;
}
.AnyTagClassName
{
color: #AA747B;
}
</style>
background-color css
<style>
a { background-color: #AA747B; }
a { background-color: rgb(170,116,123); }
div.DivClassName
{
background-color: #AA747B;
}
.BgClassName
{
background-color: #AA747B;
}
</style>
border-color css
<style>
span { border-color: #AA747B; }
span { border-color: rgb(170,116,123); }
td.TdClassName
{
border-color: #AA747B;
}
.TagClassName
{
border-color: #AA747B;
}
</style>