Shades of Turkish Rose #AA7376
Tints of Turkish Rose #AA7376
RGB
CMYK
RGB Variations
Color information
#AA7376 (or 0xAA7376) is known color: Turkish Rose. HEX triplet: AA, 73 and 76. RGB value is (170,115,118). Sum of RGB (Red+Green+Blue) = 170+115+118=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7376 is #558C89. Grayscale: #838383. Windows color (decimal): -5606538 or 7762858. OLE color: 7762858.
HSL color Cylindrical-coordinate representation of color #AA7376: hue angle of 356.73º 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 #AA7376 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 118 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.33 |
| HSL | 356.73º | 0.24% | 0.56% | - |
| HSV(B) | 356.73º | 0.32% | 0.67% | - |
| XYZ | 25.98 | 22.12 | 20.04 | - |
| YUV | 131.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 118 | 0 | 0.32 | 0.31 | 0.33 | 356.73 | 0.24 | 0.56 |
| Hex | AA | 73 | 76 | 0 | 20 | 1F | 21 | 165 | 18 | 38 |
| Octal | 252 | 163 | 166 | 0 | 40 | 37 | 41 | 545 | 30 | 70 |
| Binary | 10101010 | 1110011 | 1110110 | 0 | 100000 | 11111 | 100001 | 101100101 | 11000 | 111000 |
Color Harmonies of #AA7376
Complementary color
Monochromatic Colors of #AA7376
Black with #AA7376
Text Example
Text Example
White with #AA7376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7376; }
p { color: rgb(170,115,118); }
H1.HeaderClassName
{
color: #AA7376;
}
.AnyTagClassName
{
color: #AA7376;
}
</style>
background-color css
<style>
a { background-color: #AA7376; }
a { background-color: rgb(170,115,118); }
div.DivClassName
{
background-color: #AA7376;
}
.BgClassName
{
background-color: #AA7376;
}
</style>
border-color css
<style>
span { border-color: #AA7376; }
span { border-color: rgb(170,115,118); }
td.TdClassName
{
border-color: #AA7376;
}
.TagClassName
{
border-color: #AA7376;
}
</style>