Shades of Turkish Rose #AA7278
Tints of Turkish Rose #AA7278
RGB
CMYK
RGB Variations
Color information
#AA7278 (or 0xAA7278) is known color: Turkish Rose. HEX triplet: AA, 72 and 78. RGB value is (170,114,120). Sum of RGB (Red+Green+Blue) = 170+114+120=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7278 is #558D87. Grayscale: #838383. Windows color (decimal): -5606792 or 7893674. OLE color: 7893674.
HSL color Cylindrical-coordinate representation of color #AA7278: hue angle of 353.57º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA7278 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 120 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.33 |
| HSL | 353.57º | 0.25% | 0.56% | - |
| HSV(B) | 353.57º | 0.33% | 0.67% | - |
| XYZ | 25.99 | 21.94 | 20.63 | - |
| YUV | 131.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 120 | 0 | 0.33 | 0.29 | 0.33 | 353.57 | 0.25 | 0.56 |
| Hex | AA | 72 | 78 | 0 | 21 | 1D | 21 | 162 | 19 | 38 |
| Octal | 252 | 162 | 170 | 0 | 41 | 35 | 41 | 542 | 31 | 70 |
| Binary | 10101010 | 1110010 | 1111000 | 0 | 100001 | 11101 | 100001 | 101100010 | 11001 | 111000 |
Color Harmonies of #AA7278
Complementary color
Monochromatic Colors of #AA7278
Black with #AA7278
Text Example
Text Example
White with #AA7278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7278; }
p { color: rgb(170,114,120); }
H1.HeaderClassName
{
color: #AA7278;
}
.AnyTagClassName
{
color: #AA7278;
}
</style>
background-color css
<style>
a { background-color: #AA7278; }
a { background-color: rgb(170,114,120); }
div.DivClassName
{
background-color: #AA7278;
}
.BgClassName
{
background-color: #AA7278;
}
</style>
border-color css
<style>
span { border-color: #AA7278; }
span { border-color: rgb(170,114,120); }
td.TdClassName
{
border-color: #AA7278;
}
.TagClassName
{
border-color: #AA7278;
}
</style>