Shades of Turkish Rose #AC757E
Tints of Turkish Rose #AC757E
RGB
CMYK
RGB Variations
Color information
#AC757E (or 0xAC757E) is known color: Turkish Rose. HEX triplet: AC, 75 and 7E. RGB value is (172,117,126). Sum of RGB (Red+Green+Blue) = 172+117+126=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC757E is #538A81. Grayscale: #868686. Windows color (decimal): -5474946 or 8287660. OLE color: 8287660.
HSL color Cylindrical-coordinate representation of color #AC757E: hue angle of 350.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC757E is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 126 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.33 |
| HSL | 350.18º | 0.25% | 0.57% | - |
| HSV(B) | 350.18º | 0.32% | 0.67% | - |
| XYZ | 27.14 | 23 | 22.75 | - |
| YUV | 134.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 126 | 0 | 0.32 | 0.27 | 0.33 | 350.18 | 0.25 | 0.57 |
| Hex | AC | 75 | 7E | 0 | 20 | 1B | 21 | 15E | 19 | 39 |
| Octal | 254 | 165 | 176 | 0 | 40 | 33 | 41 | 536 | 31 | 71 |
| Binary | 10101100 | 1110101 | 1111110 | 0 | 100000 | 11011 | 100001 | 101011110 | 11001 | 111001 |
Color Harmonies of #AC757E
Complementary color
Monochromatic Colors of #AC757E
Black with #AC757E
Text Example
Text Example
White with #AC757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC757E; }
p { color: rgb(172,117,126); }
H1.HeaderClassName
{
color: #AC757E;
}
.AnyTagClassName
{
color: #AC757E;
}
</style>
background-color css
<style>
a { background-color: #AC757E; }
a { background-color: rgb(172,117,126); }
div.DivClassName
{
background-color: #AC757E;
}
.BgClassName
{
background-color: #AC757E;
}
</style>
border-color css
<style>
span { border-color: #AC757E; }
span { border-color: rgb(172,117,126); }
td.TdClassName
{
border-color: #AC757E;
}
.TagClassName
{
border-color: #AC757E;
}
</style>