Shades of Turkish Rose #AC747E
Tints of Turkish Rose #AC747E
RGB
CMYK
RGB Variations
Color information
#AC747E (or 0xAC747E) is known color: Turkish Rose. HEX triplet: AC, 74 and 7E. RGB value is (172,116,126). Sum of RGB (Red+Green+Blue) = 172+116+126=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC747E is #538B81. Grayscale: #858585. Windows color (decimal): -5475202 or 8287404. OLE color: 8287404.
HSL color Cylindrical-coordinate representation of color #AC747E: hue angle of 349.29º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC747E is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 126 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.33 |
| HSL | 349.29º | 0.25% | 0.56% | - |
| HSV(B) | 349.29º | 0.33% | 0.67% | - |
| XYZ | 27.02 | 22.77 | 22.71 | - |
| YUV | 133.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 126 | 0 | 0.33 | 0.27 | 0.33 | 349.29 | 0.25 | 0.56 |
| Hex | AC | 74 | 7E | 0 | 21 | 1B | 21 | 15D | 19 | 38 |
| Octal | 254 | 164 | 176 | 0 | 41 | 33 | 41 | 535 | 31 | 70 |
| Binary | 10101100 | 1110100 | 1111110 | 0 | 100001 | 11011 | 100001 | 101011101 | 11001 | 111000 |
Color Harmonies of #AC747E
Complementary color
Monochromatic Colors of #AC747E
Black with #AC747E
Text Example
Text Example
White with #AC747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC747E; }
p { color: rgb(172,116,126); }
H1.HeaderClassName
{
color: #AC747E;
}
.AnyTagClassName
{
color: #AC747E;
}
</style>
background-color css
<style>
a { background-color: #AC747E; }
a { background-color: rgb(172,116,126); }
div.DivClassName
{
background-color: #AC747E;
}
.BgClassName
{
background-color: #AC747E;
}
</style>
border-color css
<style>
span { border-color: #AC747E; }
span { border-color: rgb(172,116,126); }
td.TdClassName
{
border-color: #AC747E;
}
.TagClassName
{
border-color: #AC747E;
}
</style>