Shades of Turkish Rose #AA6175
Tints of Turkish Rose #AA6175
RGB
CMYK
RGB Variations
Color information
#AA6175 (or 0xAA6175) is known color: Turkish Rose. HEX triplet: AA, 61 and 75. RGB value is (170,97,117). Sum of RGB (Red+Green+Blue) = 170+97+117=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6175 is #559E8A. Grayscale: #797979. Windows color (decimal): -5611147 or 7692714. OLE color: 7692714.
HSL color Cylindrical-coordinate representation of color #AA6175: hue angle of 343.56º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6175 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 117 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.33 |
| HSL | 343.56º | 0.3% | 0.52% | - |
| HSV(B) | 343.56º | 0.43% | 0.67% | - |
| XYZ | 24.06 | 18.38 | 19.11 | - |
| YUV | 121.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 117 | 0 | 0.43 | 0.31 | 0.33 | 343.56 | 0.3 | 0.52 |
| Hex | AA | 61 | 75 | 0 | 2B | 1F | 21 | 158 | 1E | 34 |
| Octal | 252 | 141 | 165 | 0 | 53 | 37 | 41 | 530 | 36 | 64 |
| Binary | 10101010 | 1100001 | 1110101 | 0 | 101011 | 11111 | 100001 | 101011000 | 11110 | 110100 |
Color Harmonies of #AA6175
Complementary color
Monochromatic Colors of #AA6175
Black with #AA6175
Text Example
Text Example
White with #AA6175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6175; }
p { color: rgb(170,97,117); }
H1.HeaderClassName
{
color: #AA6175;
}
.AnyTagClassName
{
color: #AA6175;
}
</style>
background-color css
<style>
a { background-color: #AA6175; }
a { background-color: rgb(170,97,117); }
div.DivClassName
{
background-color: #AA6175;
}
.BgClassName
{
background-color: #AA6175;
}
</style>
border-color css
<style>
span { border-color: #AA6175; }
span { border-color: rgb(170,97,117); }
td.TdClassName
{
border-color: #AA6175;
}
.TagClassName
{
border-color: #AA6175;
}
</style>