Shades of Turkish Rose #AD7A7E
Tints of Turkish Rose #AD7A7E
RGB
CMYK
RGB Variations
Color information
#AD7A7E (or 0xAD7A7E) is known color: Turkish Rose. HEX triplet: AD, 7A and 7E. RGB value is (173,122,126). Sum of RGB (Red+Green+Blue) = 173+122+126=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A7E is #528581. Grayscale: #898989. Windows color (decimal): -5408130 or 8288941. OLE color: 8288941.
HSL color Cylindrical-coordinate representation of color #AD7A7E: hue angle of 355.29º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7A7E is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 126 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.32 |
| HSL | 355.29º | 0.24% | 0.58% | - |
| HSV(B) | 355.29º | 0.29% | 0.68% | - |
| XYZ | 27.96 | 24.31 | 22.96 | - |
| YUV | 137.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 126 | 0 | 0.29 | 0.27 | 0.32 | 355.29 | 0.24 | 0.58 |
| Hex | AD | 7A | 7E | 0 | 1D | 1B | 20 | 163 | 18 | 3A |
| Octal | 255 | 172 | 176 | 0 | 35 | 33 | 40 | 543 | 30 | 72 |
| Binary | 10101101 | 1111010 | 1111110 | 0 | 11101 | 11011 | 100000 | 101100011 | 11000 | 111010 |
Color Harmonies of #AD7A7E
Complementary color
Monochromatic Colors of #AD7A7E
Black with #AD7A7E
Text Example
Text Example
White with #AD7A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A7E; }
p { color: rgb(173,122,126); }
H1.HeaderClassName
{
color: #AD7A7E;
}
.AnyTagClassName
{
color: #AD7A7E;
}
</style>
background-color css
<style>
a { background-color: #AD7A7E; }
a { background-color: rgb(173,122,126); }
div.DivClassName
{
background-color: #AD7A7E;
}
.BgClassName
{
background-color: #AD7A7E;
}
</style>
border-color css
<style>
span { border-color: #AD7A7E; }
span { border-color: rgb(173,122,126); }
td.TdClassName
{
border-color: #AD7A7E;
}
.TagClassName
{
border-color: #AD7A7E;
}
</style>