Shades of Turkish Rose #AA6378
Tints of Turkish Rose #AA6378
RGB
CMYK
RGB Variations
Color information
#AA6378 (or 0xAA6378) is known color: Turkish Rose. HEX triplet: AA, 63 and 78. RGB value is (170,99,120). Sum of RGB (Red+Green+Blue) = 170+99+120=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6378 is #559C87. Grayscale: #7A7A7A. Windows color (decimal): -5610632 or 7889834. OLE color: 7889834.
HSL color Cylindrical-coordinate representation of color #AA6378: hue angle of 342.25º 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 #AA6378 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 120 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.33 |
| HSL | 342.25º | 0.29% | 0.53% | - |
| HSV(B) | 342.25º | 0.42% | 0.67% | - |
| XYZ | 24.43 | 18.83 | 20.12 | - |
| YUV | 122.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 120 | 0 | 0.42 | 0.29 | 0.33 | 342.25 | 0.29 | 0.53 |
| Hex | AA | 63 | 78 | 0 | 2A | 1D | 21 | 156 | 1D | 35 |
| Octal | 252 | 143 | 170 | 0 | 52 | 35 | 41 | 526 | 35 | 65 |
| Binary | 10101010 | 1100011 | 1111000 | 0 | 101010 | 11101 | 100001 | 101010110 | 11101 | 110101 |
Color Harmonies of #AA6378
Complementary color
Monochromatic Colors of #AA6378
Black with #AA6378
Text Example
Text Example
White with #AA6378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6378; }
p { color: rgb(170,99,120); }
H1.HeaderClassName
{
color: #AA6378;
}
.AnyTagClassName
{
color: #AA6378;
}
</style>
background-color css
<style>
a { background-color: #AA6378; }
a { background-color: rgb(170,99,120); }
div.DivClassName
{
background-color: #AA6378;
}
.BgClassName
{
background-color: #AA6378;
}
</style>
border-color css
<style>
span { border-color: #AA6378; }
span { border-color: rgb(170,99,120); }
td.TdClassName
{
border-color: #AA6378;
}
.TagClassName
{
border-color: #AA6378;
}
</style>