Shades of Turkish Rose #AD6277
Tints of Turkish Rose #AD6277
RGB
CMYK
RGB Variations
Color information
#AD6277 (or 0xAD6277) is known color: Turkish Rose. HEX triplet: AD, 62 and 77. RGB value is (173,98,119). Sum of RGB (Red+Green+Blue) = 173+98+119=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6277 is #529D88. Grayscale: #7A7A7A. Windows color (decimal): -5414281 or 7824045. OLE color: 7824045.
HSL color Cylindrical-coordinate representation of color #AD6277: hue angle of 343.2º 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 #AD6277 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 119 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.32 |
| HSL | 343.2º | 0.31% | 0.53% | - |
| HSV(B) | 343.2º | 0.43% | 0.68% | - |
| XYZ | 24.93 | 18.95 | 19.8 | - |
| YUV | 122.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 119 | 0 | 0.43 | 0.31 | 0.32 | 343.2 | 0.31 | 0.53 |
| Hex | AD | 62 | 77 | 0 | 2B | 1F | 20 | 157 | 1F | 35 |
| Octal | 255 | 142 | 167 | 0 | 53 | 37 | 40 | 527 | 37 | 65 |
| Binary | 10101101 | 1100010 | 1110111 | 0 | 101011 | 11111 | 100000 | 101010111 | 11111 | 110101 |
Color Harmonies of #AD6277
Complementary color
Monochromatic Colors of #AD6277
Black with #AD6277
Text Example
Text Example
White with #AD6277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6277; }
p { color: rgb(173,98,119); }
H1.HeaderClassName
{
color: #AD6277;
}
.AnyTagClassName
{
color: #AD6277;
}
</style>
background-color css
<style>
a { background-color: #AD6277; }
a { background-color: rgb(173,98,119); }
div.DivClassName
{
background-color: #AD6277;
}
.BgClassName
{
background-color: #AD6277;
}
</style>
border-color css
<style>
span { border-color: #AD6277; }
span { border-color: rgb(173,98,119); }
td.TdClassName
{
border-color: #AD6277;
}
.TagClassName
{
border-color: #AD6277;
}
</style>