Shades of Turkish Rose #AD6271
Tints of Turkish Rose #AD6271
RGB
CMYK
RGB Variations
Color information
#AD6271 (or 0xAD6271) is known color: Turkish Rose. HEX triplet: AD, 62 and 71. RGB value is (173,98,113). Sum of RGB (Red+Green+Blue) = 173+98+113=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6271 is #529D8E. Grayscale: #7A7A7A. Windows color (decimal): -5414287 or 7430829. OLE color: 7430829.
HSL color Cylindrical-coordinate representation of color #AD6271: hue angle of 348º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6271 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 113 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.32 |
| HSL | 348º | 0.31% | 0.53% | - |
| HSV(B) | 348º | 0.43% | 0.68% | - |
| XYZ | 24.58 | 18.81 | 17.96 | - |
| YUV | 122.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 113 | 0 | 0.43 | 0.35 | 0.32 | 348 | 0.31 | 0.53 |
| Hex | AD | 62 | 71 | 0 | 2B | 23 | 20 | 15C | 1F | 35 |
| Octal | 255 | 142 | 161 | 0 | 53 | 43 | 40 | 534 | 37 | 65 |
| Binary | 10101101 | 1100010 | 1110001 | 0 | 101011 | 100011 | 100000 | 101011100 | 11111 | 110101 |
Color Harmonies of #AD6271
Complementary color
Monochromatic Colors of #AD6271
Black with #AD6271
Text Example
Text Example
White with #AD6271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6271; }
p { color: rgb(173,98,113); }
H1.HeaderClassName
{
color: #AD6271;
}
.AnyTagClassName
{
color: #AD6271;
}
</style>
background-color css
<style>
a { background-color: #AD6271; }
a { background-color: rgb(173,98,113); }
div.DivClassName
{
background-color: #AD6271;
}
.BgClassName
{
background-color: #AD6271;
}
</style>
border-color css
<style>
span { border-color: #AD6271; }
span { border-color: rgb(173,98,113); }
td.TdClassName
{
border-color: #AD6271;
}
.TagClassName
{
border-color: #AD6271;
}
</style>