Shades of Turkish Rose #AE676C
Tints of Turkish Rose #AE676C
RGB
CMYK
RGB Variations
Color information
#AE676C (or 0xAE676C) is known color: Turkish Rose. HEX triplet: AE, 67 and 6C. RGB value is (174,103,108). Sum of RGB (Red+Green+Blue) = 174+103+108=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE676C is #519893. Grayscale: #7C7C7C. Windows color (decimal): -5347476 or 7104430. OLE color: 7104430.
HSL color Cylindrical-coordinate representation of color #AE676C: hue angle of 355.77º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE676C is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 108 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.32 |
| HSL | 355.77º | 0.3% | 0.54% | - |
| HSV(B) | 355.77º | 0.41% | 0.68% | - |
| XYZ | 25.01 | 19.78 | 16.69 | - |
| YUV | 124.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 108 | 0 | 0.41 | 0.38 | 0.32 | 355.77 | 0.3 | 0.54 |
| Hex | AE | 67 | 6C | 0 | 29 | 26 | 20 | 164 | 1E | 36 |
| Octal | 256 | 147 | 154 | 0 | 51 | 46 | 40 | 544 | 36 | 66 |
| Binary | 10101110 | 1100111 | 1101100 | 0 | 101001 | 100110 | 100000 | 101100100 | 11110 | 110110 |
Color Harmonies of #AE676C
Complementary color
Monochromatic Colors of #AE676C
Black with #AE676C
Text Example
Text Example
White with #AE676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE676C; }
p { color: rgb(174,103,108); }
H1.HeaderClassName
{
color: #AE676C;
}
.AnyTagClassName
{
color: #AE676C;
}
</style>
background-color css
<style>
a { background-color: #AE676C; }
a { background-color: rgb(174,103,108); }
div.DivClassName
{
background-color: #AE676C;
}
.BgClassName
{
background-color: #AE676C;
}
</style>
border-color css
<style>
span { border-color: #AE676C; }
span { border-color: rgb(174,103,108); }
td.TdClassName
{
border-color: #AE676C;
}
.TagClassName
{
border-color: #AE676C;
}
</style>