Shades of Turkish Rose #AD6069
Tints of Turkish Rose #AD6069
RGB
CMYK
RGB Variations
Color information
#AD6069 (or 0xAD6069) is known color: Turkish Rose. HEX triplet: AD, 60 and 69. RGB value is (173,96,105). Sum of RGB (Red+Green+Blue) = 173+96+105=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6069 is #529F96. Grayscale: #787878. Windows color (decimal): -5414807 or 6906029. OLE color: 6906029.
HSL color Cylindrical-coordinate representation of color #AD6069: hue angle of 352.99º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD6069 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 105 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.32 |
| HSL | 352.99º | 0.32% | 0.53% | - |
| HSV(B) | 352.99º | 0.45% | 0.68% | - |
| XYZ | 23.97 | 18.27 | 15.63 | - |
| YUV | 120.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 105 | 0 | 0.45 | 0.39 | 0.32 | 352.99 | 0.32 | 0.53 |
| Hex | AD | 60 | 69 | 0 | 2D | 27 | 20 | 161 | 20 | 35 |
| Octal | 255 | 140 | 151 | 0 | 55 | 47 | 40 | 541 | 40 | 65 |
| Binary | 10101101 | 1100000 | 1101001 | 0 | 101101 | 100111 | 100000 | 101100001 | 100000 | 110101 |
Color Harmonies of #AD6069
Complementary color
Monochromatic Colors of #AD6069
Black with #AD6069
Text Example
Text Example
White with #AD6069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6069; }
p { color: rgb(173,96,105); }
H1.HeaderClassName
{
color: #AD6069;
}
.AnyTagClassName
{
color: #AD6069;
}
</style>
background-color css
<style>
a { background-color: #AD6069; }
a { background-color: rgb(173,96,105); }
div.DivClassName
{
background-color: #AD6069;
}
.BgClassName
{
background-color: #AD6069;
}
</style>
border-color css
<style>
span { border-color: #AD6069; }
span { border-color: rgb(173,96,105); }
td.TdClassName
{
border-color: #AD6069;
}
.TagClassName
{
border-color: #AD6069;
}
</style>