Shades of Turkish Rose #AD6376
Tints of Turkish Rose #AD6376
RGB
CMYK
RGB Variations
Color information
#AD6376 (or 0xAD6376) is known color: Turkish Rose. HEX triplet: AD, 63 and 76. RGB value is (173,99,118). Sum of RGB (Red+Green+Blue) = 173+99+118=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6376 is #529C89. Grayscale: #7B7B7B. Windows color (decimal): -5414026 or 7758765. OLE color: 7758765.
HSL color Cylindrical-coordinate representation of color #AD6376: hue angle of 344.59º 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 #AD6376 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 118 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.32 |
| HSL | 344.59º | 0.31% | 0.53% | - |
| HSV(B) | 344.59º | 0.43% | 0.68% | - |
| XYZ | 24.97 | 19.12 | 19.51 | - |
| YUV | 123.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 118 | 0 | 0.43 | 0.32 | 0.32 | 344.59 | 0.31 | 0.53 |
| Hex | AD | 63 | 76 | 0 | 2B | 20 | 20 | 159 | 1F | 35 |
| Octal | 255 | 143 | 166 | 0 | 53 | 40 | 40 | 531 | 37 | 65 |
| Binary | 10101101 | 1100011 | 1110110 | 0 | 101011 | 100000 | 100000 | 101011001 | 11111 | 110101 |
Color Harmonies of #AD6376
Complementary color
Monochromatic Colors of #AD6376
Black with #AD6376
Text Example
Text Example
White with #AD6376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6376; }
p { color: rgb(173,99,118); }
H1.HeaderClassName
{
color: #AD6376;
}
.AnyTagClassName
{
color: #AD6376;
}
</style>
background-color css
<style>
a { background-color: #AD6376; }
a { background-color: rgb(173,99,118); }
div.DivClassName
{
background-color: #AD6376;
}
.BgClassName
{
background-color: #AD6376;
}
</style>
border-color css
<style>
span { border-color: #AD6376; }
span { border-color: rgb(173,99,118); }
td.TdClassName
{
border-color: #AD6376;
}
.TagClassName
{
border-color: #AD6376;
}
</style>