Shades of Turkish Rose #AA6375
Tints of Turkish Rose #AA6375
RGB
CMYK
RGB Variations
Color information
#AA6375 (or 0xAA6375) is known color: Turkish Rose. HEX triplet: AA, 63 and 75. RGB value is (170,99,117). Sum of RGB (Red+Green+Blue) = 170+99+117=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6375 is #559C8A. Grayscale: #7A7A7A. Windows color (decimal): -5610635 or 7693226. OLE color: 7693226.
HSL color Cylindrical-coordinate representation of color #AA6375: hue angle of 344.79º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6375 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 117 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.33 |
| HSL | 344.79º | 0.29% | 0.53% | - |
| HSV(B) | 344.79º | 0.42% | 0.67% | - |
| XYZ | 24.25 | 18.75 | 19.17 | - |
| YUV | 122.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 117 | 0 | 0.42 | 0.31 | 0.33 | 344.79 | 0.29 | 0.53 |
| Hex | AA | 63 | 75 | 0 | 2A | 1F | 21 | 159 | 1D | 35 |
| Octal | 252 | 143 | 165 | 0 | 52 | 37 | 41 | 531 | 35 | 65 |
| Binary | 10101010 | 1100011 | 1110101 | 0 | 101010 | 11111 | 100001 | 101011001 | 11101 | 110101 |
Color Harmonies of #AA6375
Complementary color
Monochromatic Colors of #AA6375
Black with #AA6375
Text Example
Text Example
White with #AA6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6375; }
p { color: rgb(170,99,117); }
H1.HeaderClassName
{
color: #AA6375;
}
.AnyTagClassName
{
color: #AA6375;
}
</style>
background-color css
<style>
a { background-color: #AA6375; }
a { background-color: rgb(170,99,117); }
div.DivClassName
{
background-color: #AA6375;
}
.BgClassName
{
background-color: #AA6375;
}
</style>
border-color css
<style>
span { border-color: #AA6375; }
span { border-color: rgb(170,99,117); }
td.TdClassName
{
border-color: #AA6375;
}
.TagClassName
{
border-color: #AA6375;
}
</style>