Shades of Turkish Rose #AA7377
Tints of Turkish Rose #AA7377
RGB
CMYK
RGB Variations
Color information
#AA7377 (or 0xAA7377) is known color: Turkish Rose. HEX triplet: AA, 73 and 77. RGB value is (170,115,119). Sum of RGB (Red+Green+Blue) = 170+115+119=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7377 is #558C88. Grayscale: #838383. Windows color (decimal): -5606537 or 7828394. OLE color: 7828394.
HSL color Cylindrical-coordinate representation of color #AA7377: hue angle of 355.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA7377 is Cyan = 0, Magento = 0.32, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 119 | - |
| CMYK | 0 | 0.32 | 0.3 | 0.33 |
| HSL | 355.64º | 0.24% | 0.56% | - |
| HSV(B) | 355.64º | 0.32% | 0.67% | - |
| XYZ | 26.04 | 22.14 | 20.35 | - |
| YUV | 131.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 119 | 0 | 0.32 | 0.3 | 0.33 | 355.64 | 0.24 | 0.56 |
| Hex | AA | 73 | 77 | 0 | 20 | 1E | 21 | 164 | 18 | 38 |
| Octal | 252 | 163 | 167 | 0 | 40 | 36 | 41 | 544 | 30 | 70 |
| Binary | 10101010 | 1110011 | 1110111 | 0 | 100000 | 11110 | 100001 | 101100100 | 11000 | 111000 |
Color Harmonies of #AA7377
Complementary color
Monochromatic Colors of #AA7377
Black with #AA7377
Text Example
Text Example
White with #AA7377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7377; }
p { color: rgb(170,115,119); }
H1.HeaderClassName
{
color: #AA7377;
}
.AnyTagClassName
{
color: #AA7377;
}
</style>
background-color css
<style>
a { background-color: #AA7377; }
a { background-color: rgb(170,115,119); }
div.DivClassName
{
background-color: #AA7377;
}
.BgClassName
{
background-color: #AA7377;
}
</style>
border-color css
<style>
span { border-color: #AA7377; }
span { border-color: rgb(170,115,119); }
td.TdClassName
{
border-color: #AA7377;
}
.TagClassName
{
border-color: #AA7377;
}
</style>