Shades of Turkish Rose #AD6375
Tints of Turkish Rose #AD6375
RGB
CMYK
RGB Variations
Color information
#AD6375 (or 0xAD6375) is known color: Turkish Rose. HEX triplet: AD, 63 and 75. RGB value is (173,99,117). Sum of RGB (Red+Green+Blue) = 173+99+117=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6375 is #529C8A. Grayscale: #7B7B7B. Windows color (decimal): -5414027 or 7693229. OLE color: 7693229.
HSL color Cylindrical-coordinate representation of color #AD6375: hue angle of 345.41º 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 #AD6375 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 117 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.32 |
| HSL | 345.41º | 0.31% | 0.53% | - |
| HSV(B) | 345.41º | 0.43% | 0.68% | - |
| XYZ | 24.91 | 19.09 | 19.2 | - |
| YUV | 123.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 117 | 0 | 0.43 | 0.32 | 0.32 | 345.41 | 0.31 | 0.53 |
| Hex | AD | 63 | 75 | 0 | 2B | 20 | 20 | 159 | 1F | 35 |
| Octal | 255 | 143 | 165 | 0 | 53 | 40 | 40 | 531 | 37 | 65 |
| Binary | 10101101 | 1100011 | 1110101 | 0 | 101011 | 100000 | 100000 | 101011001 | 11111 | 110101 |
Color Harmonies of #AD6375
Complementary color
Monochromatic Colors of #AD6375
Black with #AD6375
Text Example
Text Example
White with #AD6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6375; }
p { color: rgb(173,99,117); }
H1.HeaderClassName
{
color: #AD6375;
}
.AnyTagClassName
{
color: #AD6375;
}
</style>
background-color css
<style>
a { background-color: #AD6375; }
a { background-color: rgb(173,99,117); }
div.DivClassName
{
background-color: #AD6375;
}
.BgClassName
{
background-color: #AD6375;
}
</style>
border-color css
<style>
span { border-color: #AD6375; }
span { border-color: rgb(173,99,117); }
td.TdClassName
{
border-color: #AD6375;
}
.TagClassName
{
border-color: #AD6375;
}
</style>