Shades of Turkish Rose #AC6672
Tints of Turkish Rose #AC6672
RGB
CMYK
RGB Variations
Color information
#AC6672 (or 0xAC6672) is known color: Turkish Rose. HEX triplet: AC, 66 and 72. RGB value is (172,102,114). Sum of RGB (Red+Green+Blue) = 172+102+114=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6672 is #53998D. Grayscale: #7C7C7C. Windows color (decimal): -5478798 or 7497388. OLE color: 7497388.
HSL color Cylindrical-coordinate representation of color #AC6672: hue angle of 349.71º 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 #AC6672 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 114 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.33 |
| HSL | 349.71º | 0.3% | 0.54% | - |
| HSV(B) | 349.71º | 0.41% | 0.67% | - |
| XYZ | 24.8 | 19.49 | 18.37 | - |
| YUV | 124.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 114 | 0 | 0.41 | 0.34 | 0.33 | 349.71 | 0.3 | 0.54 |
| Hex | AC | 66 | 72 | 0 | 29 | 22 | 21 | 15E | 1E | 36 |
| Octal | 254 | 146 | 162 | 0 | 51 | 42 | 41 | 536 | 36 | 66 |
| Binary | 10101100 | 1100110 | 1110010 | 0 | 101001 | 100010 | 100001 | 101011110 | 11110 | 110110 |
Color Harmonies of #AC6672
Complementary color
Monochromatic Colors of #AC6672
Black with #AC6672
Text Example
Text Example
White with #AC6672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6672; }
p { color: rgb(172,102,114); }
H1.HeaderClassName
{
color: #AC6672;
}
.AnyTagClassName
{
color: #AC6672;
}
</style>
background-color css
<style>
a { background-color: #AC6672; }
a { background-color: rgb(172,102,114); }
div.DivClassName
{
background-color: #AC6672;
}
.BgClassName
{
background-color: #AC6672;
}
</style>
border-color css
<style>
span { border-color: #AC6672; }
span { border-color: rgb(172,102,114); }
td.TdClassName
{
border-color: #AC6672;
}
.TagClassName
{
border-color: #AC6672;
}
</style>