Shades of Turkish Rose #AA7B7E
Tints of Turkish Rose #AA7B7E
RGB
CMYK
RGB Variations
Color information
#AA7B7E (or 0xAA7B7E) is known color: Turkish Rose. HEX triplet: AA, 7B and 7E. RGB value is (170,123,126). Sum of RGB (Red+Green+Blue) = 170+123+126=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B7E is #558481. Grayscale: #898989. Windows color (decimal): -5604482 or 8289194. OLE color: 8289194.
HSL color Cylindrical-coordinate representation of color #AA7B7E: hue angle of 356.17º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7B7E is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 126 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.33 |
| HSL | 356.17º | 0.22% | 0.57% | - |
| HSV(B) | 356.17º | 0.28% | 0.67% | - |
| XYZ | 27.43 | 24.22 | 22.97 | - |
| YUV | 137.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 126 | 0 | 0.28 | 0.26 | 0.33 | 356.17 | 0.22 | 0.57 |
| Hex | AA | 7B | 7E | 0 | 1C | 1A | 21 | 164 | 16 | 39 |
| Octal | 252 | 173 | 176 | 0 | 34 | 32 | 41 | 544 | 26 | 71 |
| Binary | 10101010 | 1111011 | 1111110 | 0 | 11100 | 11010 | 100001 | 101100100 | 10110 | 111001 |
Color Harmonies of #AA7B7E
Complementary color
Monochromatic Colors of #AA7B7E
Black with #AA7B7E
Text Example
Text Example
White with #AA7B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B7E; }
p { color: rgb(170,123,126); }
H1.HeaderClassName
{
color: #AA7B7E;
}
.AnyTagClassName
{
color: #AA7B7E;
}
</style>
background-color css
<style>
a { background-color: #AA7B7E; }
a { background-color: rgb(170,123,126); }
div.DivClassName
{
background-color: #AA7B7E;
}
.BgClassName
{
background-color: #AA7B7E;
}
</style>
border-color css
<style>
span { border-color: #AA7B7E; }
span { border-color: rgb(170,123,126); }
td.TdClassName
{
border-color: #AA7B7E;
}
.TagClassName
{
border-color: #AA7B7E;
}
</style>