Shades of Turkish Rose #AA7075
Tints of Turkish Rose #AA7075
RGB
CMYK
RGB Variations
Color information
#AA7075 (or 0xAA7075) is known color: Turkish Rose. HEX triplet: AA, 70 and 75. RGB value is (170,112,117). Sum of RGB (Red+Green+Blue) = 170+112+117=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7075 is #558F8A. Grayscale: #818181. Windows color (decimal): -5607307 or 7696554. OLE color: 7696554.
HSL color Cylindrical-coordinate representation of color #AA7075: hue angle of 354.83º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7075 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 117 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.33 |
| HSL | 354.83º | 0.25% | 0.55% | - |
| HSV(B) | 354.83º | 0.34% | 0.67% | - |
| XYZ | 25.58 | 21.42 | 19.62 | - |
| YUV | 129.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 117 | 0 | 0.34 | 0.31 | 0.33 | 354.83 | 0.25 | 0.55 |
| Hex | AA | 70 | 75 | 0 | 22 | 1F | 21 | 163 | 19 | 37 |
| Octal | 252 | 160 | 165 | 0 | 42 | 37 | 41 | 543 | 31 | 67 |
| Binary | 10101010 | 1110000 | 1110101 | 0 | 100010 | 11111 | 100001 | 101100011 | 11001 | 110111 |
Color Harmonies of #AA7075
Complementary color
Monochromatic Colors of #AA7075
Black with #AA7075
Text Example
Text Example
White with #AA7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7075; }
p { color: rgb(170,112,117); }
H1.HeaderClassName
{
color: #AA7075;
}
.AnyTagClassName
{
color: #AA7075;
}
</style>
background-color css
<style>
a { background-color: #AA7075; }
a { background-color: rgb(170,112,117); }
div.DivClassName
{
background-color: #AA7075;
}
.BgClassName
{
background-color: #AA7075;
}
</style>
border-color css
<style>
span { border-color: #AA7075; }
span { border-color: rgb(170,112,117); }
td.TdClassName
{
border-color: #AA7075;
}
.TagClassName
{
border-color: #AA7075;
}
</style>