Shades of Turkish Rose #AD737A
Tints of Turkish Rose #AD737A
RGB
CMYK
RGB Variations
Color information
#AD737A (or 0xAD737A) is known color: Turkish Rose. HEX triplet: AD, 73 and 7A. RGB value is (173,115,122). Sum of RGB (Red+Green+Blue) = 173+115+122=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD737A is #528C85. Grayscale: #858585. Windows color (decimal): -5409926 or 8025005. OLE color: 8025005.
HSL color Cylindrical-coordinate representation of color #AD737A: hue angle of 352.76º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD737A is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 122 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.32 |
| HSL | 352.76º | 0.26% | 0.56% | - |
| HSV(B) | 352.76º | 0.34% | 0.68% | - |
| XYZ | 26.88 | 22.55 | 21.35 | - |
| YUV | 133.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 122 | 0 | 0.34 | 0.29 | 0.32 | 352.76 | 0.26 | 0.56 |
| Hex | AD | 73 | 7A | 0 | 22 | 1D | 20 | 161 | 1A | 38 |
| Octal | 255 | 163 | 172 | 0 | 42 | 35 | 40 | 541 | 32 | 70 |
| Binary | 10101101 | 1110011 | 1111010 | 0 | 100010 | 11101 | 100000 | 101100001 | 11010 | 111000 |
Color Harmonies of #AD737A
Complementary color
Monochromatic Colors of #AD737A
Black with #AD737A
Text Example
Text Example
White with #AD737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD737A; }
p { color: rgb(173,115,122); }
H1.HeaderClassName
{
color: #AD737A;
}
.AnyTagClassName
{
color: #AD737A;
}
</style>
background-color css
<style>
a { background-color: #AD737A; }
a { background-color: rgb(173,115,122); }
div.DivClassName
{
background-color: #AD737A;
}
.BgClassName
{
background-color: #AD737A;
}
</style>
border-color css
<style>
span { border-color: #AD737A; }
span { border-color: rgb(173,115,122); }
td.TdClassName
{
border-color: #AD737A;
}
.TagClassName
{
border-color: #AD737A;
}
</style>