Shades of Turkish Rose #A5787F
Tints of Turkish Rose #A5787F
RGB
CMYK
RGB Variations
Color information
#A5787F (or 0xA5787F) is known color: Turkish Rose. HEX triplet: A5, 78 and 7F. RGB value is (165,120,127). Sum of RGB (Red+Green+Blue) = 165+120+127=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A5787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5787F is #5A8780. Grayscale: #868686. Windows color (decimal): -5932929 or 8353957. OLE color: 8353957.
HSL color Cylindrical-coordinate representation of color #A5787F: hue angle of 350.67º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5787F is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 120 | 127 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.35 |
| HSL | 350.67º | 0.2% | 0.56% | - |
| HSV(B) | 350.67º | 0.27% | 0.65% | - |
| XYZ | 26.06 | 22.96 | 23.14 | - |
| YUV | 134.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 127 | 0 | 0.27 | 0.23 | 0.35 | 350.67 | 0.2 | 0.56 |
| Hex | A5 | 78 | 7F | 0 | 1B | 17 | 23 | 15F | 14 | 38 |
| Octal | 245 | 170 | 177 | 0 | 33 | 27 | 43 | 537 | 24 | 70 |
| Binary | 10100101 | 1111000 | 1111111 | 0 | 11011 | 10111 | 100011 | 101011111 | 10100 | 111000 |
Color Harmonies of #A5787F
Complementary color
Monochromatic Colors of #A5787F
Black with #A5787F
Text Example
Text Example
White with #A5787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5787F; }
p { color: rgb(165,120,127); }
H1.HeaderClassName
{
color: #A5787F;
}
.AnyTagClassName
{
color: #A5787F;
}
</style>
background-color css
<style>
a { background-color: #A5787F; }
a { background-color: rgb(165,120,127); }
div.DivClassName
{
background-color: #A5787F;
}
.BgClassName
{
background-color: #A5787F;
}
</style>
border-color css
<style>
span { border-color: #A5787F; }
span { border-color: rgb(165,120,127); }
td.TdClassName
{
border-color: #A5787F;
}
.TagClassName
{
border-color: #A5787F;
}
</style>