Shades of Turkish Rose #AA7D7E
Tints of Turkish Rose #AA7D7E
RGB
CMYK
RGB Variations
Color information
#AA7D7E (or 0xAA7D7E) is known color: Turkish Rose. HEX triplet: AA, 7D and 7E. RGB value is (170,125,126). Sum of RGB (Red+Green+Blue) = 170+125+126=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D7E is #558281. Grayscale: #8A8A8A. Windows color (decimal): -5603970 or 8289706. OLE color: 8289706.
HSL color Cylindrical-coordinate representation of color #AA7D7E: hue angle of 358.67º 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 #AA7D7E is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 126 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.33 |
| HSL | 358.67º | 0.21% | 0.58% | - |
| HSV(B) | 358.67º | 0.26% | 0.67% | - |
| XYZ | 27.68 | 24.72 | 23.05 | - |
| YUV | 138.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 126 | 0 | 0.26 | 0.26 | 0.33 | 358.67 | 0.21 | 0.58 |
| Hex | AA | 7D | 7E | 0 | 1A | 1A | 21 | 167 | 15 | 3A |
| Octal | 252 | 175 | 176 | 0 | 32 | 32 | 41 | 547 | 25 | 72 |
| Binary | 10101010 | 1111101 | 1111110 | 0 | 11010 | 11010 | 100001 | 101100111 | 10101 | 111010 |
Color Harmonies of #AA7D7E
Complementary color
Monochromatic Colors of #AA7D7E
Black with #AA7D7E
Text Example
Text Example
White with #AA7D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D7E; }
p { color: rgb(170,125,126); }
H1.HeaderClassName
{
color: #AA7D7E;
}
.AnyTagClassName
{
color: #AA7D7E;
}
</style>
background-color css
<style>
a { background-color: #AA7D7E; }
a { background-color: rgb(170,125,126); }
div.DivClassName
{
background-color: #AA7D7E;
}
.BgClassName
{
background-color: #AA7D7E;
}
</style>
border-color css
<style>
span { border-color: #AA7D7E; }
span { border-color: rgb(170,125,126); }
td.TdClassName
{
border-color: #AA7D7E;
}
.TagClassName
{
border-color: #AA7D7E;
}
</style>