Shades of Turkish Rose #AA7B7F
Tints of Turkish Rose #AA7B7F
RGB
CMYK
RGB Variations
Color information
#AA7B7F (or 0xAA7B7F) is known color: Turkish Rose. HEX triplet: AA, 7B and 7F. RGB value is (170,123,127). Sum of RGB (Red+Green+Blue) = 170+123+127=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B7F is #558480. Grayscale: #898989. Windows color (decimal): -5604481 or 8354730. OLE color: 8354730.
HSL color Cylindrical-coordinate representation of color #AA7B7F: hue angle of 354.89º 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 #AA7B7F is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 127 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.33 |
| HSL | 354.89º | 0.22% | 0.57% | - |
| HSV(B) | 354.89º | 0.28% | 0.67% | - |
| XYZ | 27.49 | 24.24 | 23.31 | - |
| YUV | 137.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 127 | 0 | 0.28 | 0.25 | 0.33 | 354.89 | 0.22 | 0.57 |
| Hex | AA | 7B | 7F | 0 | 1C | 19 | 21 | 163 | 16 | 39 |
| Octal | 252 | 173 | 177 | 0 | 34 | 31 | 41 | 543 | 26 | 71 |
| Binary | 10101010 | 1111011 | 1111111 | 0 | 11100 | 11001 | 100001 | 101100011 | 10110 | 111001 |
Color Harmonies of #AA7B7F
Complementary color
Monochromatic Colors of #AA7B7F
Black with #AA7B7F
Text Example
Text Example
White with #AA7B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B7F; }
p { color: rgb(170,123,127); }
H1.HeaderClassName
{
color: #AA7B7F;
}
.AnyTagClassName
{
color: #AA7B7F;
}
</style>
background-color css
<style>
a { background-color: #AA7B7F; }
a { background-color: rgb(170,123,127); }
div.DivClassName
{
background-color: #AA7B7F;
}
.BgClassName
{
background-color: #AA7B7F;
}
</style>
border-color css
<style>
span { border-color: #AA7B7F; }
span { border-color: rgb(170,123,127); }
td.TdClassName
{
border-color: #AA7B7F;
}
.TagClassName
{
border-color: #AA7B7F;
}
</style>