Shades of Turkish Rose #AD8485
Tints of Turkish Rose #AD8485
RGB
CMYK
RGB Variations
Color information
#AD8485 (or 0xAD8485) is known color: Turkish Rose. HEX triplet: AD, 84 and 85. RGB value is (173,132,133). Sum of RGB (Red+Green+Blue) = 173+132+133=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8485 is #527B7A. Grayscale: #909090. Windows color (decimal): -5405563 or 8750253. OLE color: 8750253.
HSL color Cylindrical-coordinate representation of color #AD8485: hue angle of 358.54º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8485 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 133 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.32 |
| HSL | 358.54º | 0.2% | 0.6% | - |
| HSV(B) | 358.54º | 0.24% | 0.68% | - |
| XYZ | 29.72 | 27.08 | 25.85 | - |
| YUV | 144.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 133 | 0 | 0.24 | 0.23 | 0.32 | 358.54 | 0.2 | 0.6 |
| Hex | AD | 84 | 85 | 0 | 18 | 17 | 20 | 167 | 14 | 3C |
| Octal | 255 | 204 | 205 | 0 | 30 | 27 | 40 | 547 | 24 | 74 |
| Binary | 10101101 | 10000100 | 10000101 | 0 | 11000 | 10111 | 100000 | 101100111 | 10100 | 111100 |
Color Harmonies of #AD8485
Complementary color
Monochromatic Colors of #AD8485
Black with #AD8485
Text Example
Text Example
White with #AD8485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8485; }
p { color: rgb(173,132,133); }
H1.HeaderClassName
{
color: #AD8485;
}
.AnyTagClassName
{
color: #AD8485;
}
</style>
background-color css
<style>
a { background-color: #AD8485; }
a { background-color: rgb(173,132,133); }
div.DivClassName
{
background-color: #AD8485;
}
.BgClassName
{
background-color: #AD8485;
}
</style>
border-color css
<style>
span { border-color: #AD8485; }
span { border-color: rgb(173,132,133); }
td.TdClassName
{
border-color: #AD8485;
}
.TagClassName
{
border-color: #AD8485;
}
</style>