Shades of Turkish Rose #A55E6D
Tints of Turkish Rose #A55E6D
RGB
CMYK
RGB Variations
Color information
#A55E6D (or 0xA55E6D) is known color: Turkish Rose. HEX triplet: A5, 5E and 6D. RGB value is (165,94,109). Sum of RGB (Red+Green+Blue) = 165+94+109=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E6D is #5AA192. Grayscale: #747474. Windows color (decimal): -5939603 or 7167653. OLE color: 7167653.
HSL color Cylindrical-coordinate representation of color #A55E6D: hue angle of 347.32º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A55E6D is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 109 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.35 |
| HSL | 347.32º | 0.28% | 0.51% | - |
| HSV(B) | 347.32º | 0.43% | 0.65% | - |
| XYZ | 22.28 | 17.11 | 16.6 | - |
| YUV | 116.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 109 | 0 | 0.43 | 0.34 | 0.35 | 347.32 | 0.28 | 0.51 |
| Hex | A5 | 5E | 6D | 0 | 2B | 22 | 23 | 15B | 1C | 33 |
| Octal | 245 | 136 | 155 | 0 | 53 | 42 | 43 | 533 | 34 | 63 |
| Binary | 10100101 | 1011110 | 1101101 | 0 | 101011 | 100010 | 100011 | 101011011 | 11100 | 110011 |
Color Harmonies of #A55E6D
Complementary color
Monochromatic Colors of #A55E6D
Black with #A55E6D
Text Example
Text Example
White with #A55E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55E6D; }
p { color: rgb(165,94,109); }
H1.HeaderClassName
{
color: #A55E6D;
}
.AnyTagClassName
{
color: #A55E6D;
}
</style>
background-color css
<style>
a { background-color: #A55E6D; }
a { background-color: rgb(165,94,109); }
div.DivClassName
{
background-color: #A55E6D;
}
.BgClassName
{
background-color: #A55E6D;
}
</style>
border-color css
<style>
span { border-color: #A55E6D; }
span { border-color: rgb(165,94,109); }
td.TdClassName
{
border-color: #A55E6D;
}
.TagClassName
{
border-color: #A55E6D;
}
</style>