Shades of Turkish Rose #A65D6D
Tints of Turkish Rose #A65D6D
RGB
CMYK
RGB Variations
Color information
#A65D6D (or 0xA65D6D) is known color: Turkish Rose. HEX triplet: A6, 5D and 6D. RGB value is (166,93,109). Sum of RGB (Red+Green+Blue) = 166+93+109=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D6D is #59A292. Grayscale: #747474. Windows color (decimal): -5874323 or 7167398. OLE color: 7167398.
HSL color Cylindrical-coordinate representation of color #A65D6D: hue angle of 346.85º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65D6D is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 93 | 109 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.35 |
| HSL | 346.85º | 0.29% | 0.51% | - |
| HSV(B) | 346.85º | 0.44% | 0.65% | - |
| XYZ | 22.4 | 17.04 | 16.58 | - |
| YUV | 116.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 109 | 0 | 0.44 | 0.34 | 0.35 | 346.85 | 0.29 | 0.51 |
| Hex | A6 | 5D | 6D | 0 | 2C | 22 | 23 | 15B | 1D | 33 |
| Octal | 246 | 135 | 155 | 0 | 54 | 42 | 43 | 533 | 35 | 63 |
| Binary | 10100110 | 1011101 | 1101101 | 0 | 101100 | 100010 | 100011 | 101011011 | 11101 | 110011 |
Color Harmonies of #A65D6D
Complementary color
Monochromatic Colors of #A65D6D
Black with #A65D6D
Text Example
Text Example
White with #A65D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65D6D; }
p { color: rgb(166,93,109); }
H1.HeaderClassName
{
color: #A65D6D;
}
.AnyTagClassName
{
color: #A65D6D;
}
</style>
background-color css
<style>
a { background-color: #A65D6D; }
a { background-color: rgb(166,93,109); }
div.DivClassName
{
background-color: #A65D6D;
}
.BgClassName
{
background-color: #A65D6D;
}
</style>
border-color css
<style>
span { border-color: #A65D6D; }
span { border-color: rgb(166,93,109); }
td.TdClassName
{
border-color: #A65D6D;
}
.TagClassName
{
border-color: #A65D6D;
}
</style>