Shades of Turkish Rose #AD6769
Tints of Turkish Rose #AD6769
RGB
CMYK
RGB Variations
Color information
#AD6769 (or 0xAD6769) is known color: Turkish Rose. HEX triplet: AD, 67 and 69. RGB value is (173,103,105). Sum of RGB (Red+Green+Blue) = 173+103+105=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6769 is #529896. Grayscale: #7C7C7C. Windows color (decimal): -5413015 or 6907821. OLE color: 6907821.
HSL color Cylindrical-coordinate representation of color #AD6769: hue angle of 358.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD6769 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 105 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.32 |
| HSL | 358.29º | 0.3% | 0.54% | - |
| HSV(B) | 358.29º | 0.4% | 0.68% | - |
| XYZ | 24.63 | 19.6 | 15.85 | - |
| YUV | 124.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 105 | 0 | 0.40 | 0.39 | 0.32 | 358.29 | 0.3 | 0.54 |
| Hex | AD | 67 | 69 | 0 | 28 | 27 | 20 | 166 | 1E | 36 |
| Octal | 255 | 147 | 151 | 0 | 50 | 47 | 40 | 546 | 36 | 66 |
| Binary | 10101101 | 1100111 | 1101001 | 0 | 101000 | 100111 | 100000 | 101100110 | 11110 | 110110 |
Color Harmonies of #AD6769
Complementary color
Monochromatic Colors of #AD6769
Black with #AD6769
Text Example
Text Example
White with #AD6769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6769; }
p { color: rgb(173,103,105); }
H1.HeaderClassName
{
color: #AD6769;
}
.AnyTagClassName
{
color: #AD6769;
}
</style>
background-color css
<style>
a { background-color: #AD6769; }
a { background-color: rgb(173,103,105); }
div.DivClassName
{
background-color: #AD6769;
}
.BgClassName
{
background-color: #AD6769;
}
</style>
border-color css
<style>
span { border-color: #AD6769; }
span { border-color: rgb(173,103,105); }
td.TdClassName
{
border-color: #AD6769;
}
.TagClassName
{
border-color: #AD6769;
}
</style>