Shades of Turkish Rose #AC8485
Tints of Turkish Rose #AC8485
RGB
CMYK
RGB Variations
Color information
#AC8485 (or 0xAC8485) is known color: Turkish Rose. HEX triplet: AC, 84 and 85. RGB value is (172,132,133). Sum of RGB (Red+Green+Blue) = 172+132+133=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8485 is #537B7A. Grayscale: #909090. Windows color (decimal): -5471099 or 8750252. OLE color: 8750252.
HSL color Cylindrical-coordinate representation of color #AC8485: hue angle of 358.5º 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 #AC8485 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 133 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.33 |
| HSL | 358.5º | 0.19% | 0.6% | - |
| HSV(B) | 358.5º | 0.23% | 0.67% | - |
| XYZ | 29.5 | 26.97 | 25.84 | - |
| YUV | 144.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 133 | 0 | 0.23 | 0.23 | 0.33 | 358.5 | 0.19 | 0.6 |
| Hex | AC | 84 | 85 | 0 | 17 | 17 | 21 | 166 | 13 | 3C |
| Octal | 254 | 204 | 205 | 0 | 27 | 27 | 41 | 546 | 23 | 74 |
| Binary | 10101100 | 10000100 | 10000101 | 0 | 10111 | 10111 | 100001 | 101100110 | 10011 | 111100 |
Color Harmonies of #AC8485
Complementary color
Monochromatic Colors of #AC8485
Black with #AC8485
Text Example
Text Example
White with #AC8485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8485; }
p { color: rgb(172,132,133); }
H1.HeaderClassName
{
color: #AC8485;
}
.AnyTagClassName
{
color: #AC8485;
}
</style>
background-color css
<style>
a { background-color: #AC8485; }
a { background-color: rgb(172,132,133); }
div.DivClassName
{
background-color: #AC8485;
}
.BgClassName
{
background-color: #AC8485;
}
</style>
border-color css
<style>
span { border-color: #AC8485; }
span { border-color: rgb(172,132,133); }
td.TdClassName
{
border-color: #AC8485;
}
.TagClassName
{
border-color: #AC8485;
}
</style>