Shades of Turkish Rose #AC7177
Tints of Turkish Rose #AC7177
RGB
CMYK
RGB Variations
Color information
#AC7177 (or 0xAC7177) is known color: Turkish Rose. HEX triplet: AC, 71 and 77. RGB value is (172,113,119). Sum of RGB (Red+Green+Blue) = 172+113+119=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7177 is #538E88. Grayscale: #838383. Windows color (decimal): -5475977 or 7827884. OLE color: 7827884.
HSL color Cylindrical-coordinate representation of color #AC7177: hue angle of 353.9º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC7177 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 119 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.33 |
| HSL | 353.9º | 0.26% | 0.56% | - |
| HSV(B) | 353.9º | 0.34% | 0.67% | - |
| XYZ | 26.25 | 21.91 | 20.3 | - |
| YUV | 131.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 119 | 0 | 0.34 | 0.31 | 0.33 | 353.9 | 0.26 | 0.56 |
| Hex | AC | 71 | 77 | 0 | 22 | 1F | 21 | 162 | 1A | 38 |
| Octal | 254 | 161 | 167 | 0 | 42 | 37 | 41 | 542 | 32 | 70 |
| Binary | 10101100 | 1110001 | 1110111 | 0 | 100010 | 11111 | 100001 | 101100010 | 11010 | 111000 |
Color Harmonies of #AC7177
Complementary color
Monochromatic Colors of #AC7177
Black with #AC7177
Text Example
Text Example
White with #AC7177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7177; }
p { color: rgb(172,113,119); }
H1.HeaderClassName
{
color: #AC7177;
}
.AnyTagClassName
{
color: #AC7177;
}
</style>
background-color css
<style>
a { background-color: #AC7177; }
a { background-color: rgb(172,113,119); }
div.DivClassName
{
background-color: #AC7177;
}
.BgClassName
{
background-color: #AC7177;
}
</style>
border-color css
<style>
span { border-color: #AC7177; }
span { border-color: rgb(172,113,119); }
td.TdClassName
{
border-color: #AC7177;
}
.TagClassName
{
border-color: #AC7177;
}
</style>