Shades of Turkish Rose #AC7174
Tints of Turkish Rose #AC7174
RGB
CMYK
RGB Variations
Color information
#AC7174 (or 0xAC7174) is known color: Turkish Rose. HEX triplet: AC, 71 and 74. RGB value is (172,113,116). Sum of RGB (Red+Green+Blue) = 172+113+116=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7174 is #538E8B. Grayscale: #838383. Windows color (decimal): -5475980 or 7631276. OLE color: 7631276.
HSL color Cylindrical-coordinate representation of color #AC7174: hue angle of 356.95º 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 #AC7174 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 116 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.33 |
| HSL | 356.95º | 0.26% | 0.56% | - |
| HSV(B) | 356.95º | 0.34% | 0.67% | - |
| XYZ | 26.07 | 21.84 | 19.36 | - |
| YUV | 130.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 116 | 0 | 0.34 | 0.33 | 0.33 | 356.95 | 0.26 | 0.56 |
| Hex | AC | 71 | 74 | 0 | 22 | 21 | 21 | 165 | 1A | 38 |
| Octal | 254 | 161 | 164 | 0 | 42 | 41 | 41 | 545 | 32 | 70 |
| Binary | 10101100 | 1110001 | 1110100 | 0 | 100010 | 100001 | 100001 | 101100101 | 11010 | 111000 |
Color Harmonies of #AC7174
Complementary color
Monochromatic Colors of #AC7174
Black with #AC7174
Text Example
Text Example
White with #AC7174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7174; }
p { color: rgb(172,113,116); }
H1.HeaderClassName
{
color: #AC7174;
}
.AnyTagClassName
{
color: #AC7174;
}
</style>
background-color css
<style>
a { background-color: #AC7174; }
a { background-color: rgb(172,113,116); }
div.DivClassName
{
background-color: #AC7174;
}
.BgClassName
{
background-color: #AC7174;
}
</style>
border-color css
<style>
span { border-color: #AC7174; }
span { border-color: rgb(172,113,116); }
td.TdClassName
{
border-color: #AC7174;
}
.TagClassName
{
border-color: #AC7174;
}
</style>