Shades of Turkish Rose #A55D6A
Tints of Turkish Rose #A55D6A
RGB
CMYK
RGB Variations
Color information
#A55D6A (or 0xA55D6A) is known color: Turkish Rose. HEX triplet: A5, 5D and 6A. RGB value is (165,93,106). Sum of RGB (Red+Green+Blue) = 165+93+106=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55D6A is #5AA295. Grayscale: #747474. Windows color (decimal): -5939862 or 6970789. OLE color: 6970789.
HSL color Cylindrical-coordinate representation of color #A55D6A: hue angle of 349.17º 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 #A55D6A is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 93 | 106 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.35 |
| HSL | 349.17º | 0.29% | 0.51% | - |
| HSV(B) | 349.17º | 0.44% | 0.65% | - |
| XYZ | 22.03 | 16.87 | 15.73 | - |
| YUV | 116.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 106 | 0 | 0.44 | 0.36 | 0.35 | 349.17 | 0.29 | 0.51 |
| Hex | A5 | 5D | 6A | 0 | 2C | 24 | 23 | 15D | 1D | 33 |
| Octal | 245 | 135 | 152 | 0 | 54 | 44 | 43 | 535 | 35 | 63 |
| Binary | 10100101 | 1011101 | 1101010 | 0 | 101100 | 100100 | 100011 | 101011101 | 11101 | 110011 |
Color Harmonies of #A55D6A
Complementary color
Monochromatic Colors of #A55D6A
Black with #A55D6A
Text Example
Text Example
White with #A55D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55D6A; }
p { color: rgb(165,93,106); }
H1.HeaderClassName
{
color: #A55D6A;
}
.AnyTagClassName
{
color: #A55D6A;
}
</style>
background-color css
<style>
a { background-color: #A55D6A; }
a { background-color: rgb(165,93,106); }
div.DivClassName
{
background-color: #A55D6A;
}
.BgClassName
{
background-color: #A55D6A;
}
</style>
border-color css
<style>
span { border-color: #A55D6A; }
span { border-color: rgb(165,93,106); }
td.TdClassName
{
border-color: #A55D6A;
}
.TagClassName
{
border-color: #A55D6A;
}
</style>