Shades of Turkish Rose #AC8285
Tints of Turkish Rose #AC8285
RGB
CMYK
RGB Variations
Color information
#AC8285 (or 0xAC8285) is known color: Turkish Rose. HEX triplet: AC, 82 and 85. RGB value is (172,130,133). Sum of RGB (Red+Green+Blue) = 172+130+133=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8285 is #537D7A. Grayscale: #8E8E8E. Windows color (decimal): -5471611 or 8749740. OLE color: 8749740.
HSL color Cylindrical-coordinate representation of color #AC8285: hue angle of 355.71º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC8285 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 133 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.33 |
| HSL | 355.71º | 0.2% | 0.59% | - |
| HSV(B) | 355.71º | 0.24% | 0.67% | - |
| XYZ | 29.23 | 26.43 | 25.75 | - |
| YUV | 142.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 133 | 0 | 0.24 | 0.23 | 0.33 | 355.71 | 0.2 | 0.59 |
| Hex | AC | 82 | 85 | 0 | 18 | 17 | 21 | 164 | 14 | 3B |
| Octal | 254 | 202 | 205 | 0 | 30 | 27 | 41 | 544 | 24 | 73 |
| Binary | 10101100 | 10000010 | 10000101 | 0 | 11000 | 10111 | 100001 | 101100100 | 10100 | 111011 |
Color Harmonies of #AC8285
Complementary color
Monochromatic Colors of #AC8285
Black with #AC8285
Text Example
Text Example
White with #AC8285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8285; }
p { color: rgb(172,130,133); }
H1.HeaderClassName
{
color: #AC8285;
}
.AnyTagClassName
{
color: #AC8285;
}
</style>
background-color css
<style>
a { background-color: #AC8285; }
a { background-color: rgb(172,130,133); }
div.DivClassName
{
background-color: #AC8285;
}
.BgClassName
{
background-color: #AC8285;
}
</style>
border-color css
<style>
span { border-color: #AC8285; }
span { border-color: rgb(172,130,133); }
td.TdClassName
{
border-color: #AC8285;
}
.TagClassName
{
border-color: #AC8285;
}
</style>