Shades of Turkish Rose #AD6367
Tints of Turkish Rose #AD6367
RGB
CMYK
RGB Variations
Color information
#AD6367 (or 0xAD6367) is known color: Turkish Rose. HEX triplet: AD, 63 and 67. RGB value is (173,99,103). Sum of RGB (Red+Green+Blue) = 173+99+103=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6367 is #529C98. Grayscale: #797979. Windows color (decimal): -5414041 or 6775725. OLE color: 6775725.
HSL color Cylindrical-coordinate representation of color #AD6367: hue angle of 356.76º 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 #AD6367 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 103 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.32 |
| HSL | 356.76º | 0.31% | 0.53% | - |
| HSV(B) | 356.76º | 0.43% | 0.68% | - |
| XYZ | 24.14 | 18.79 | 15.19 | - |
| YUV | 121.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 103 | 0 | 0.43 | 0.40 | 0.32 | 356.76 | 0.31 | 0.53 |
| Hex | AD | 63 | 67 | 0 | 2B | 28 | 20 | 165 | 1F | 35 |
| Octal | 255 | 143 | 147 | 0 | 53 | 50 | 40 | 545 | 37 | 65 |
| Binary | 10101101 | 1100011 | 1100111 | 0 | 101011 | 101000 | 100000 | 101100101 | 11111 | 110101 |
Color Harmonies of #AD6367
Complementary color
Monochromatic Colors of #AD6367
Black with #AD6367
Text Example
Text Example
White with #AD6367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6367; }
p { color: rgb(173,99,103); }
H1.HeaderClassName
{
color: #AD6367;
}
.AnyTagClassName
{
color: #AD6367;
}
</style>
background-color css
<style>
a { background-color: #AD6367; }
a { background-color: rgb(173,99,103); }
div.DivClassName
{
background-color: #AD6367;
}
.BgClassName
{
background-color: #AD6367;
}
</style>
border-color css
<style>
span { border-color: #AD6367; }
span { border-color: rgb(173,99,103); }
td.TdClassName
{
border-color: #AD6367;
}
.TagClassName
{
border-color: #AD6367;
}
</style>