Shades of Turkish Rose #A5717E
Tints of Turkish Rose #A5717E
RGB
CMYK
RGB Variations
Color information
#A5717E (or 0xA5717E) is known color: Turkish Rose. HEX triplet: A5, 71 and 7E. RGB value is (165,113,126). Sum of RGB (Red+Green+Blue) = 165+113+126=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5717E is #5A8E81. Grayscale: #828282. Windows color (decimal): -5934722 or 8286629. OLE color: 8286629.
HSL color Cylindrical-coordinate representation of color #A5717E: hue angle of 345º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5717E is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 113 | 126 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.35 |
| HSL | 345º | 0.22% | 0.55% | - |
| HSV(B) | 345º | 0.32% | 0.65% | - |
| XYZ | 25.19 | 21.32 | 22.53 | - |
| YUV | 130.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 113 | 126 | 0 | 0.32 | 0.24 | 0.35 | 345 | 0.22 | 0.55 |
| Hex | A5 | 71 | 7E | 0 | 20 | 18 | 23 | 159 | 16 | 37 |
| Octal | 245 | 161 | 176 | 0 | 40 | 30 | 43 | 531 | 26 | 67 |
| Binary | 10100101 | 1110001 | 1111110 | 0 | 100000 | 11000 | 100011 | 101011001 | 10110 | 110111 |
Color Harmonies of #A5717E
Complementary color
Monochromatic Colors of #A5717E
Black with #A5717E
Text Example
Text Example
White with #A5717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5717E; }
p { color: rgb(165,113,126); }
H1.HeaderClassName
{
color: #A5717E;
}
.AnyTagClassName
{
color: #A5717E;
}
</style>
background-color css
<style>
a { background-color: #A5717E; }
a { background-color: rgb(165,113,126); }
div.DivClassName
{
background-color: #A5717E;
}
.BgClassName
{
background-color: #A5717E;
}
</style>
border-color css
<style>
span { border-color: #A5717E; }
span { border-color: rgb(165,113,126); }
td.TdClassName
{
border-color: #A5717E;
}
.TagClassName
{
border-color: #A5717E;
}
</style>