Shades of Turkish Rose #AA7E7F
Tints of Turkish Rose #AA7E7F
RGB
CMYK
RGB Variations
Color information
#AA7E7F (or 0xAA7E7F) is known color: Turkish Rose. HEX triplet: AA, 7E and 7F. RGB value is (170,126,127). Sum of RGB (Red+Green+Blue) = 170+126+127=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E7F is #558180. Grayscale: #8B8B8B. Windows color (decimal): -5603713 or 8355498. OLE color: 8355498.
HSL color Cylindrical-coordinate representation of color #AA7E7F: hue angle of 358.64º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7E7F is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 127 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.33 |
| HSL | 358.64º | 0.21% | 0.58% | - |
| HSV(B) | 358.64º | 0.26% | 0.67% | - |
| XYZ | 27.87 | 25 | 23.44 | - |
| YUV | 139.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 127 | 0 | 0.26 | 0.25 | 0.33 | 358.64 | 0.21 | 0.58 |
| Hex | AA | 7E | 7F | 0 | 1A | 19 | 21 | 167 | 15 | 3A |
| Octal | 252 | 176 | 177 | 0 | 32 | 31 | 41 | 547 | 25 | 72 |
| Binary | 10101010 | 1111110 | 1111111 | 0 | 11010 | 11001 | 100001 | 101100111 | 10101 | 111010 |
Color Harmonies of #AA7E7F
Complementary color
Monochromatic Colors of #AA7E7F
Black with #AA7E7F
Text Example
Text Example
White with #AA7E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E7F; }
p { color: rgb(170,126,127); }
H1.HeaderClassName
{
color: #AA7E7F;
}
.AnyTagClassName
{
color: #AA7E7F;
}
</style>
background-color css
<style>
a { background-color: #AA7E7F; }
a { background-color: rgb(170,126,127); }
div.DivClassName
{
background-color: #AA7E7F;
}
.BgClassName
{
background-color: #AA7E7F;
}
</style>
border-color css
<style>
span { border-color: #AA7E7F; }
span { border-color: rgb(170,126,127); }
td.TdClassName
{
border-color: #AA7E7F;
}
.TagClassName
{
border-color: #AA7E7F;
}
</style>