Shades of Turkish Rose #AC6172
Tints of Turkish Rose #AC6172
RGB
CMYK
RGB Variations
Color information
#AC6172 (or 0xAC6172) is known color: Turkish Rose. HEX triplet: AC, 61 and 72. RGB value is (172,97,114). Sum of RGB (Red+Green+Blue) = 172+97+114=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6172 is #539E8D. Grayscale: #797979. Windows color (decimal): -5480078 or 7496108. OLE color: 7496108.
HSL color Cylindrical-coordinate representation of color #AC6172: hue angle of 346.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC6172 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 114 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.33 |
| HSL | 346.4º | 0.31% | 0.53% | - |
| HSV(B) | 346.4º | 0.44% | 0.67% | - |
| XYZ | 24.33 | 18.53 | 18.22 | - |
| YUV | 121.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 114 | 0 | 0.44 | 0.34 | 0.33 | 346.4 | 0.31 | 0.53 |
| Hex | AC | 61 | 72 | 0 | 2C | 22 | 21 | 15A | 1F | 35 |
| Octal | 254 | 141 | 162 | 0 | 54 | 42 | 41 | 532 | 37 | 65 |
| Binary | 10101100 | 1100001 | 1110010 | 0 | 101100 | 100010 | 100001 | 101011010 | 11111 | 110101 |
Color Harmonies of #AC6172
Complementary color
Monochromatic Colors of #AC6172
Black with #AC6172
Text Example
Text Example
White with #AC6172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6172; }
p { color: rgb(172,97,114); }
H1.HeaderClassName
{
color: #AC6172;
}
.AnyTagClassName
{
color: #AC6172;
}
</style>
background-color css
<style>
a { background-color: #AC6172; }
a { background-color: rgb(172,97,114); }
div.DivClassName
{
background-color: #AC6172;
}
.BgClassName
{
background-color: #AC6172;
}
</style>
border-color css
<style>
span { border-color: #AC6172; }
span { border-color: rgb(172,97,114); }
td.TdClassName
{
border-color: #AC6172;
}
.TagClassName
{
border-color: #AC6172;
}
</style>