Shades of Turkish Rose #AD6275
Tints of Turkish Rose #AD6275
RGB
CMYK
RGB Variations
Color information
#AD6275 (or 0xAD6275) is known color: Turkish Rose. HEX triplet: AD, 62 and 75. RGB value is (173,98,117). Sum of RGB (Red+Green+Blue) = 173+98+117=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6275 is #529D8A. Grayscale: #7A7A7A. Windows color (decimal): -5414283 or 7692973. OLE color: 7692973.
HSL color Cylindrical-coordinate representation of color #AD6275: hue angle of 344.8º 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 #AD6275 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 117 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.32 |
| HSL | 344.8º | 0.31% | 0.53% | - |
| HSV(B) | 344.8º | 0.43% | 0.68% | - |
| XYZ | 24.81 | 18.9 | 19.17 | - |
| YUV | 122.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 117 | 0 | 0.43 | 0.32 | 0.32 | 344.8 | 0.31 | 0.53 |
| Hex | AD | 62 | 75 | 0 | 2B | 20 | 20 | 159 | 1F | 35 |
| Octal | 255 | 142 | 165 | 0 | 53 | 40 | 40 | 531 | 37 | 65 |
| Binary | 10101101 | 1100010 | 1110101 | 0 | 101011 | 100000 | 100000 | 101011001 | 11111 | 110101 |
Color Harmonies of #AD6275
Complementary color
Monochromatic Colors of #AD6275
Black with #AD6275
Text Example
Text Example
White with #AD6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6275; }
p { color: rgb(173,98,117); }
H1.HeaderClassName
{
color: #AD6275;
}
.AnyTagClassName
{
color: #AD6275;
}
</style>
background-color css
<style>
a { background-color: #AD6275; }
a { background-color: rgb(173,98,117); }
div.DivClassName
{
background-color: #AD6275;
}
.BgClassName
{
background-color: #AD6275;
}
</style>
border-color css
<style>
span { border-color: #AD6275; }
span { border-color: rgb(173,98,117); }
td.TdClassName
{
border-color: #AD6275;
}
.TagClassName
{
border-color: #AD6275;
}
</style>