Shades of Turkish Rose #AD6972
Tints of Turkish Rose #AD6972
RGB
CMYK
RGB Variations
Color information
#AD6972 (or 0xAD6972) is known color: Turkish Rose. HEX triplet: AD, 69 and 72. RGB value is (173,105,114). Sum of RGB (Red+Green+Blue) = 173+105+114=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6972 is #52968D. Grayscale: #7E7E7E. Windows color (decimal): -5412494 or 7498157. OLE color: 7498157.
HSL color Cylindrical-coordinate representation of color #AD6972: hue angle of 352.06º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6972 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 114 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.32 |
| HSL | 352.06º | 0.29% | 0.55% | - |
| HSV(B) | 352.06º | 0.39% | 0.68% | - |
| XYZ | 25.32 | 20.2 | 18.48 | - |
| YUV | 126.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 114 | 0 | 0.39 | 0.34 | 0.32 | 352.06 | 0.29 | 0.55 |
| Hex | AD | 69 | 72 | 0 | 27 | 22 | 20 | 160 | 1D | 37 |
| Octal | 255 | 151 | 162 | 0 | 47 | 42 | 40 | 540 | 35 | 67 |
| Binary | 10101101 | 1101001 | 1110010 | 0 | 100111 | 100010 | 100000 | 101100000 | 11101 | 110111 |
Color Harmonies of #AD6972
Complementary color
Monochromatic Colors of #AD6972
Black with #AD6972
Text Example
Text Example
White with #AD6972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6972; }
p { color: rgb(173,105,114); }
H1.HeaderClassName
{
color: #AD6972;
}
.AnyTagClassName
{
color: #AD6972;
}
</style>
background-color css
<style>
a { background-color: #AD6972; }
a { background-color: rgb(173,105,114); }
div.DivClassName
{
background-color: #AD6972;
}
.BgClassName
{
background-color: #AD6972;
}
</style>
border-color css
<style>
span { border-color: #AD6972; }
span { border-color: rgb(173,105,114); }
td.TdClassName
{
border-color: #AD6972;
}
.TagClassName
{
border-color: #AD6972;
}
</style>