Shades of Turkish Rose #AA7175
Tints of Turkish Rose #AA7175
RGB
CMYK
RGB Variations
Color information
#AA7175 (or 0xAA7175) is known color: Turkish Rose. HEX triplet: AA, 71 and 75. RGB value is (170,113,117). Sum of RGB (Red+Green+Blue) = 170+113+117=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7175 is #558E8A. Grayscale: #828282. Windows color (decimal): -5607051 or 7696810. OLE color: 7696810.
HSL color Cylindrical-coordinate representation of color #AA7175: hue angle of 355.79º 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 #AA7175 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 117 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.33 |
| HSL | 355.79º | 0.25% | 0.55% | - |
| HSV(B) | 355.79º | 0.34% | 0.67% | - |
| XYZ | 25.69 | 21.64 | 19.65 | - |
| YUV | 130.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 117 | 0 | 0.34 | 0.31 | 0.33 | 355.79 | 0.25 | 0.55 |
| Hex | AA | 71 | 75 | 0 | 22 | 1F | 21 | 164 | 19 | 37 |
| Octal | 252 | 161 | 165 | 0 | 42 | 37 | 41 | 544 | 31 | 67 |
| Binary | 10101010 | 1110001 | 1110101 | 0 | 100010 | 11111 | 100001 | 101100100 | 11001 | 110111 |
Color Harmonies of #AA7175
Complementary color
Monochromatic Colors of #AA7175
Black with #AA7175
Text Example
Text Example
White with #AA7175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7175; }
p { color: rgb(170,113,117); }
H1.HeaderClassName
{
color: #AA7175;
}
.AnyTagClassName
{
color: #AA7175;
}
</style>
background-color css
<style>
a { background-color: #AA7175; }
a { background-color: rgb(170,113,117); }
div.DivClassName
{
background-color: #AA7175;
}
.BgClassName
{
background-color: #AA7175;
}
</style>
border-color css
<style>
span { border-color: #AA7175; }
span { border-color: rgb(170,113,117); }
td.TdClassName
{
border-color: #AA7175;
}
.TagClassName
{
border-color: #AA7175;
}
</style>