Shades of Turkish Rose #AA676C
Tints of Turkish Rose #AA676C
RGB
CMYK
RGB Variations
Color information
#AA676C (or 0xAA676C) is known color: Turkish Rose. HEX triplet: AA, 67 and 6C. RGB value is (170,103,108). Sum of RGB (Red+Green+Blue) = 170+103+108=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA676C is #559893. Grayscale: #7B7B7B. Windows color (decimal): -5609620 or 7104426. OLE color: 7104426.
HSL color Cylindrical-coordinate representation of color #AA676C: hue angle of 355.52º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA676C is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 108 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.33 |
| HSL | 355.52º | 0.28% | 0.54% | - |
| HSV(B) | 355.52º | 0.39% | 0.67% | - |
| XYZ | 24.13 | 19.33 | 16.65 | - |
| YUV | 123.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 108 | 0 | 0.39 | 0.36 | 0.33 | 355.52 | 0.28 | 0.54 |
| Hex | AA | 67 | 6C | 0 | 27 | 24 | 21 | 164 | 1C | 36 |
| Octal | 252 | 147 | 154 | 0 | 47 | 44 | 41 | 544 | 34 | 66 |
| Binary | 10101010 | 1100111 | 1101100 | 0 | 100111 | 100100 | 100001 | 101100100 | 11100 | 110110 |
Color Harmonies of #AA676C
Complementary color
Monochromatic Colors of #AA676C
Black with #AA676C
Text Example
Text Example
White with #AA676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA676C; }
p { color: rgb(170,103,108); }
H1.HeaderClassName
{
color: #AA676C;
}
.AnyTagClassName
{
color: #AA676C;
}
</style>
background-color css
<style>
a { background-color: #AA676C; }
a { background-color: rgb(170,103,108); }
div.DivClassName
{
background-color: #AA676C;
}
.BgClassName
{
background-color: #AA676C;
}
</style>
border-color css
<style>
span { border-color: #AA676C; }
span { border-color: rgb(170,103,108); }
td.TdClassName
{
border-color: #AA676C;
}
.TagClassName
{
border-color: #AA676C;
}
</style>