Shades of Turkish Rose #AA7B82
Tints of Turkish Rose #AA7B82
RGB
CMYK
RGB Variations
Color information
#AA7B82 (or 0xAA7B82) is known color: Turkish Rose. HEX triplet: AA, 7B and 82. RGB value is (170,123,130). Sum of RGB (Red+Green+Blue) = 170+123+130=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7B82 is #55847D. Grayscale: #898989. Windows color (decimal): -5604478 or 8551338. OLE color: 8551338.
HSL color Cylindrical-coordinate representation of color #AA7B82: hue angle of 351.06º 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 #AA7B82 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 130 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.33 |
| HSL | 351.06º | 0.22% | 0.57% | - |
| HSV(B) | 351.06º | 0.28% | 0.67% | - |
| XYZ | 27.69 | 24.32 | 24.35 | - |
| YUV | 137.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 130 | 0 | 0.28 | 0.24 | 0.33 | 351.06 | 0.22 | 0.57 |
| Hex | AA | 7B | 82 | 0 | 1C | 18 | 21 | 15F | 16 | 39 |
| Octal | 252 | 173 | 202 | 0 | 34 | 30 | 41 | 537 | 26 | 71 |
| Binary | 10101010 | 1111011 | 10000010 | 0 | 11100 | 11000 | 100001 | 101011111 | 10110 | 111001 |
Color Harmonies of #AA7B82
Complementary color
Monochromatic Colors of #AA7B82
Black with #AA7B82
Text Example
Text Example
White with #AA7B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B82; }
p { color: rgb(170,123,130); }
H1.HeaderClassName
{
color: #AA7B82;
}
.AnyTagClassName
{
color: #AA7B82;
}
</style>
background-color css
<style>
a { background-color: #AA7B82; }
a { background-color: rgb(170,123,130); }
div.DivClassName
{
background-color: #AA7B82;
}
.BgClassName
{
background-color: #AA7B82;
}
</style>
border-color css
<style>
span { border-color: #AA7B82; }
span { border-color: rgb(170,123,130); }
td.TdClassName
{
border-color: #AA7B82;
}
.TagClassName
{
border-color: #AA7B82;
}
</style>