Shades of Turkish Rose #A55F6E
Tints of Turkish Rose #A55F6E
RGB
CMYK
RGB Variations
Color information
#A55F6E (or 0xA55F6E) is known color: Turkish Rose. HEX triplet: A5, 5F and 6E. RGB value is (165,95,110). Sum of RGB (Red+Green+Blue) = 165+95+110=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F6E is #5AA091. Grayscale: #757575. Windows color (decimal): -5939346 or 7233445. OLE color: 7233445.
HSL color Cylindrical-coordinate representation of color #A55F6E: hue angle of 347.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A55F6E is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 95 | 110 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.35 |
| HSL | 347.14º | 0.28% | 0.51% | - |
| HSV(B) | 347.14º | 0.42% | 0.65% | - |
| XYZ | 22.42 | 17.31 | 16.91 | - |
| YUV | 117.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 110 | 0 | 0.42 | 0.33 | 0.35 | 347.14 | 0.28 | 0.51 |
| Hex | A5 | 5F | 6E | 0 | 2A | 21 | 23 | 15B | 1C | 33 |
| Octal | 245 | 137 | 156 | 0 | 52 | 41 | 43 | 533 | 34 | 63 |
| Binary | 10100101 | 1011111 | 1101110 | 0 | 101010 | 100001 | 100011 | 101011011 | 11100 | 110011 |
Color Harmonies of #A55F6E
Complementary color
Monochromatic Colors of #A55F6E
Black with #A55F6E
Text Example
Text Example
White with #A55F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55F6E; }
p { color: rgb(165,95,110); }
H1.HeaderClassName
{
color: #A55F6E;
}
.AnyTagClassName
{
color: #A55F6E;
}
</style>
background-color css
<style>
a { background-color: #A55F6E; }
a { background-color: rgb(165,95,110); }
div.DivClassName
{
background-color: #A55F6E;
}
.BgClassName
{
background-color: #A55F6E;
}
</style>
border-color css
<style>
span { border-color: #A55F6E; }
span { border-color: rgb(165,95,110); }
td.TdClassName
{
border-color: #A55F6E;
}
.TagClassName
{
border-color: #A55F6E;
}
</style>