Shades of Turkish Rose #AE6A6C
Tints of Turkish Rose #AE6A6C
RGB
CMYK
RGB Variations
Color information
#AE6A6C (or 0xAE6A6C) is known color: Turkish Rose. HEX triplet: AE, 6A and 6C. RGB value is (174,106,108). Sum of RGB (Red+Green+Blue) = 174+106+108=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6A6C is #519593. Grayscale: #7E7E7E. Windows color (decimal): -5346708 or 7105198. OLE color: 7105198.
HSL color Cylindrical-coordinate representation of color #AE6A6C: hue angle of 358.24º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6A6C is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 106 | 108 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.32 |
| HSL | 358.24º | 0.3% | 0.55% | - |
| HSV(B) | 358.24º | 0.39% | 0.68% | - |
| XYZ | 25.32 | 20.39 | 16.79 | - |
| YUV | 126.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 106 | 108 | 0 | 0.39 | 0.38 | 0.32 | 358.24 | 0.3 | 0.55 |
| Hex | AE | 6A | 6C | 0 | 27 | 26 | 20 | 166 | 1E | 37 |
| Octal | 256 | 152 | 154 | 0 | 47 | 46 | 40 | 546 | 36 | 67 |
| Binary | 10101110 | 1101010 | 1101100 | 0 | 100111 | 100110 | 100000 | 101100110 | 11110 | 110111 |
Color Harmonies of #AE6A6C
Complementary color
Monochromatic Colors of #AE6A6C
Black with #AE6A6C
Text Example
Text Example
White with #AE6A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6A6C; }
p { color: rgb(174,106,108); }
H1.HeaderClassName
{
color: #AE6A6C;
}
.AnyTagClassName
{
color: #AE6A6C;
}
</style>
background-color css
<style>
a { background-color: #AE6A6C; }
a { background-color: rgb(174,106,108); }
div.DivClassName
{
background-color: #AE6A6C;
}
.BgClassName
{
background-color: #AE6A6C;
}
</style>
border-color css
<style>
span { border-color: #AE6A6C; }
span { border-color: rgb(174,106,108); }
td.TdClassName
{
border-color: #AE6A6C;
}
.TagClassName
{
border-color: #AE6A6C;
}
</style>