Shades of Turkish Rose #AD7274
Tints of Turkish Rose #AD7274
RGB
CMYK
RGB Variations
Color information
#AD7274 (or 0xAD7274) is known color: Turkish Rose. HEX triplet: AD, 72 and 74. RGB value is (173,114,116). Sum of RGB (Red+Green+Blue) = 173+114+116=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7274 is #528D8B. Grayscale: #838383. Windows color (decimal): -5410188 or 7631533. OLE color: 7631533.
HSL color Cylindrical-coordinate representation of color #AD7274: hue angle of 357.97º 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 #AD7274 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 116 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.32 |
| HSL | 357.97º | 0.26% | 0.56% | - |
| HSV(B) | 357.97º | 0.34% | 0.68% | - |
| XYZ | 26.4 | 22.18 | 19.41 | - |
| YUV | 131.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 116 | 0 | 0.34 | 0.33 | 0.32 | 357.97 | 0.26 | 0.56 |
| Hex | AD | 72 | 74 | 0 | 22 | 21 | 20 | 166 | 1A | 38 |
| Octal | 255 | 162 | 164 | 0 | 42 | 41 | 40 | 546 | 32 | 70 |
| Binary | 10101101 | 1110010 | 1110100 | 0 | 100010 | 100001 | 100000 | 101100110 | 11010 | 111000 |
Color Harmonies of #AD7274
Complementary color
Monochromatic Colors of #AD7274
Black with #AD7274
Text Example
Text Example
White with #AD7274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7274; }
p { color: rgb(173,114,116); }
H1.HeaderClassName
{
color: #AD7274;
}
.AnyTagClassName
{
color: #AD7274;
}
</style>
background-color css
<style>
a { background-color: #AD7274; }
a { background-color: rgb(173,114,116); }
div.DivClassName
{
background-color: #AD7274;
}
.BgClassName
{
background-color: #AD7274;
}
</style>
border-color css
<style>
span { border-color: #AD7274; }
span { border-color: rgb(173,114,116); }
td.TdClassName
{
border-color: #AD7274;
}
.TagClassName
{
border-color: #AD7274;
}
</style>