Shades of Turkish Rose #AA7F82
Tints of Turkish Rose #AA7F82
RGB
CMYK
RGB Variations
Color information
#AA7F82 (or 0xAA7F82) is known color: Turkish Rose. HEX triplet: AA, 7F and 82. RGB value is (170,127,130). Sum of RGB (Red+Green+Blue) = 170+127+130=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7F82 is #55807D. Grayscale: #8C8C8C. Windows color (decimal): -5603454 or 8552362. OLE color: 8552362.
HSL color Cylindrical-coordinate representation of color #AA7F82: hue angle of 355.81º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA7F82 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 130 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.33 |
| HSL | 355.81º | 0.2% | 0.58% | - |
| HSV(B) | 355.81º | 0.25% | 0.67% | - |
| XYZ | 28.2 | 25.34 | 24.52 | - |
| YUV | 140.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 130 | 0 | 0.25 | 0.24 | 0.33 | 355.81 | 0.2 | 0.58 |
| Hex | AA | 7F | 82 | 0 | 19 | 18 | 21 | 164 | 14 | 3A |
| Octal | 252 | 177 | 202 | 0 | 31 | 30 | 41 | 544 | 24 | 72 |
| Binary | 10101010 | 1111111 | 10000010 | 0 | 11001 | 11000 | 100001 | 101100100 | 10100 | 111010 |
Color Harmonies of #AA7F82
Complementary color
Monochromatic Colors of #AA7F82
Black with #AA7F82
Text Example
Text Example
White with #AA7F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F82; }
p { color: rgb(170,127,130); }
H1.HeaderClassName
{
color: #AA7F82;
}
.AnyTagClassName
{
color: #AA7F82;
}
</style>
background-color css
<style>
a { background-color: #AA7F82; }
a { background-color: rgb(170,127,130); }
div.DivClassName
{
background-color: #AA7F82;
}
.BgClassName
{
background-color: #AA7F82;
}
</style>
border-color css
<style>
span { border-color: #AA7F82; }
span { border-color: rgb(170,127,130); }
td.TdClassName
{
border-color: #AA7F82;
}
.TagClassName
{
border-color: #AA7F82;
}
</style>