Shades of Turkish Rose #AC6678
Tints of Turkish Rose #AC6678
RGB
CMYK
RGB Variations
Color information
#AC6678 (or 0xAC6678) is known color: Turkish Rose. HEX triplet: AC, 66 and 78. RGB value is (172,102,120). Sum of RGB (Red+Green+Blue) = 172+102+120=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6678 is #539987. Grayscale: #7C7C7C. Windows color (decimal): -5478792 or 7890604. OLE color: 7890604.
HSL color Cylindrical-coordinate representation of color #AC6678: hue angle of 344.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6678 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 120 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.33 |
| HSL | 344.57º | 0.3% | 0.54% | - |
| HSV(B) | 344.57º | 0.41% | 0.67% | - |
| XYZ | 25.15 | 19.63 | 20.23 | - |
| YUV | 124.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 120 | 0 | 0.41 | 0.30 | 0.33 | 344.57 | 0.3 | 0.54 |
| Hex | AC | 66 | 78 | 0 | 29 | 1E | 21 | 159 | 1E | 36 |
| Octal | 254 | 146 | 170 | 0 | 51 | 36 | 41 | 531 | 36 | 66 |
| Binary | 10101100 | 1100110 | 1111000 | 0 | 101001 | 11110 | 100001 | 101011001 | 11110 | 110110 |
Color Harmonies of #AC6678
Complementary color
Monochromatic Colors of #AC6678
Black with #AC6678
Text Example
Text Example
White with #AC6678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6678; }
p { color: rgb(172,102,120); }
H1.HeaderClassName
{
color: #AC6678;
}
.AnyTagClassName
{
color: #AC6678;
}
</style>
background-color css
<style>
a { background-color: #AC6678; }
a { background-color: rgb(172,102,120); }
div.DivClassName
{
background-color: #AC6678;
}
.BgClassName
{
background-color: #AC6678;
}
</style>
border-color css
<style>
span { border-color: #AC6678; }
span { border-color: rgb(172,102,120); }
td.TdClassName
{
border-color: #AC6678;
}
.TagClassName
{
border-color: #AC6678;
}
</style>