Shades of Turkish Rose #AA6475
Tints of Turkish Rose #AA6475
RGB
CMYK
RGB Variations
Color information
#AA6475 (or 0xAA6475) is known color: Turkish Rose. HEX triplet: AA, 64 and 75. RGB value is (170,100,117). Sum of RGB (Red+Green+Blue) = 170+100+117=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6475 is #559B8A. Grayscale: #7A7A7A. Windows color (decimal): -5610379 or 7693482. OLE color: 7693482.
HSL color Cylindrical-coordinate representation of color #AA6475: hue angle of 345.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6475 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 117 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.33 |
| HSL | 345.43º | 0.29% | 0.53% | - |
| HSV(B) | 345.43º | 0.41% | 0.67% | - |
| XYZ | 24.35 | 18.94 | 19.2 | - |
| YUV | 122.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 117 | 0 | 0.41 | 0.31 | 0.33 | 345.43 | 0.29 | 0.53 |
| Hex | AA | 64 | 75 | 0 | 29 | 1F | 21 | 159 | 1D | 35 |
| Octal | 252 | 144 | 165 | 0 | 51 | 37 | 41 | 531 | 35 | 65 |
| Binary | 10101010 | 1100100 | 1110101 | 0 | 101001 | 11111 | 100001 | 101011001 | 11101 | 110101 |
Color Harmonies of #AA6475
Complementary color
Monochromatic Colors of #AA6475
Black with #AA6475
Text Example
Text Example
White with #AA6475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6475; }
p { color: rgb(170,100,117); }
H1.HeaderClassName
{
color: #AA6475;
}
.AnyTagClassName
{
color: #AA6475;
}
</style>
background-color css
<style>
a { background-color: #AA6475; }
a { background-color: rgb(170,100,117); }
div.DivClassName
{
background-color: #AA6475;
}
.BgClassName
{
background-color: #AA6475;
}
</style>
border-color css
<style>
span { border-color: #AA6475; }
span { border-color: rgb(170,100,117); }
td.TdClassName
{
border-color: #AA6475;
}
.TagClassName
{
border-color: #AA6475;
}
</style>