Shades of Turkish Rose #A55E6E
Tints of Turkish Rose #A55E6E
RGB
CMYK
RGB Variations
Color information
#A55E6E (or 0xA55E6E) is known color: Turkish Rose. HEX triplet: A5, 5E and 6E. RGB value is (165,94,110). Sum of RGB (Red+Green+Blue) = 165+94+110=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E6E is #5AA191. Grayscale: #757575. Windows color (decimal): -5939602 or 7233189. OLE color: 7233189.
HSL color Cylindrical-coordinate representation of color #A55E6E: hue angle of 346.48º 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 #A55E6E is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 110 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.35 |
| HSL | 346.48º | 0.28% | 0.51% | - |
| HSV(B) | 346.48º | 0.43% | 0.65% | - |
| XYZ | 22.33 | 17.13 | 16.88 | - |
| YUV | 117.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 110 | 0 | 0.43 | 0.33 | 0.35 | 346.48 | 0.28 | 0.51 |
| Hex | A5 | 5E | 6E | 0 | 2B | 21 | 23 | 15A | 1C | 33 |
| Octal | 245 | 136 | 156 | 0 | 53 | 41 | 43 | 532 | 34 | 63 |
| Binary | 10100101 | 1011110 | 1101110 | 0 | 101011 | 100001 | 100011 | 101011010 | 11100 | 110011 |
Color Harmonies of #A55E6E
Complementary color
Monochromatic Colors of #A55E6E
Black with #A55E6E
Text Example
Text Example
White with #A55E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55E6E; }
p { color: rgb(165,94,110); }
H1.HeaderClassName
{
color: #A55E6E;
}
.AnyTagClassName
{
color: #A55E6E;
}
</style>
background-color css
<style>
a { background-color: #A55E6E; }
a { background-color: rgb(165,94,110); }
div.DivClassName
{
background-color: #A55E6E;
}
.BgClassName
{
background-color: #A55E6E;
}
</style>
border-color css
<style>
span { border-color: #A55E6E; }
span { border-color: rgb(165,94,110); }
td.TdClassName
{
border-color: #A55E6E;
}
.TagClassName
{
border-color: #A55E6E;
}
</style>