Shades of Turkish Rose #AC757D
Tints of Turkish Rose #AC757D
RGB
CMYK
RGB Variations
Color information
#AC757D (or 0xAC757D) is known color: Turkish Rose. HEX triplet: AC, 75 and 7D. RGB value is (172,117,125). Sum of RGB (Red+Green+Blue) = 172+117+125=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC757D is #538A82. Grayscale: #868686. Windows color (decimal): -5474947 or 8222124. OLE color: 8222124.
HSL color Cylindrical-coordinate representation of color #AC757D: hue angle of 351.27º 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 #AC757D is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 125 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.33 |
| HSL | 351.27º | 0.25% | 0.57% | - |
| HSV(B) | 351.27º | 0.32% | 0.67% | - |
| XYZ | 27.08 | 22.97 | 22.41 | - |
| YUV | 134.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 125 | 0 | 0.32 | 0.27 | 0.33 | 351.27 | 0.25 | 0.57 |
| Hex | AC | 75 | 7D | 0 | 20 | 1B | 21 | 15F | 19 | 39 |
| Octal | 254 | 165 | 175 | 0 | 40 | 33 | 41 | 537 | 31 | 71 |
| Binary | 10101100 | 1110101 | 1111101 | 0 | 100000 | 11011 | 100001 | 101011111 | 11001 | 111001 |
Color Harmonies of #AC757D
Complementary color
Monochromatic Colors of #AC757D
Black with #AC757D
Text Example
Text Example
White with #AC757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC757D; }
p { color: rgb(172,117,125); }
H1.HeaderClassName
{
color: #AC757D;
}
.AnyTagClassName
{
color: #AC757D;
}
</style>
background-color css
<style>
a { background-color: #AC757D; }
a { background-color: rgb(172,117,125); }
div.DivClassName
{
background-color: #AC757D;
}
.BgClassName
{
background-color: #AC757D;
}
</style>
border-color css
<style>
span { border-color: #AC757D; }
span { border-color: rgb(172,117,125); }
td.TdClassName
{
border-color: #AC757D;
}
.TagClassName
{
border-color: #AC757D;
}
</style>