Shades of Turkish Rose #AC8486
Tints of Turkish Rose #AC8486
RGB
CMYK
RGB Variations
Color information
#AC8486 (or 0xAC8486) is known color: Turkish Rose. HEX triplet: AC, 84 and 86. RGB value is (172,132,134). Sum of RGB (Red+Green+Blue) = 172+132+134=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8486 is #537B79. Grayscale: #909090. Windows color (decimal): -5471098 or 8815788. OLE color: 8815788.
HSL color Cylindrical-coordinate representation of color #AC8486: hue angle of 357º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC8486 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 134 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.33 |
| HSL | 357º | 0.19% | 0.6% | - |
| HSV(B) | 357º | 0.23% | 0.67% | - |
| XYZ | 29.57 | 26.99 | 26.21 | - |
| YUV | 144.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 134 | 0 | 0.23 | 0.22 | 0.33 | 357 | 0.19 | 0.6 |
| Hex | AC | 84 | 86 | 0 | 17 | 16 | 21 | 165 | 13 | 3C |
| Octal | 254 | 204 | 206 | 0 | 27 | 26 | 41 | 545 | 23 | 74 |
| Binary | 10101100 | 10000100 | 10000110 | 0 | 10111 | 10110 | 100001 | 101100101 | 10011 | 111100 |
Color Harmonies of #AC8486
Complementary color
Monochromatic Colors of #AC8486
Black with #AC8486
Text Example
Text Example
White with #AC8486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8486; }
p { color: rgb(172,132,134); }
H1.HeaderClassName
{
color: #AC8486;
}
.AnyTagClassName
{
color: #AC8486;
}
</style>
background-color css
<style>
a { background-color: #AC8486; }
a { background-color: rgb(172,132,134); }
div.DivClassName
{
background-color: #AC8486;
}
.BgClassName
{
background-color: #AC8486;
}
</style>
border-color css
<style>
span { border-color: #AC8486; }
span { border-color: rgb(172,132,134); }
td.TdClassName
{
border-color: #AC8486;
}
.TagClassName
{
border-color: #AC8486;
}
</style>