Shades of Turkish Rose #A5747F
Tints of Turkish Rose #A5747F
RGB
CMYK
RGB Variations
Color information
#A5747F (or 0xA5747F) is known color: Turkish Rose. HEX triplet: A5, 74 and 7F. RGB value is (165,116,127). Sum of RGB (Red+Green+Blue) = 165+116+127=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A5747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5747F is #5A8B80. Grayscale: #838383. Windows color (decimal): -5933953 or 8352933. OLE color: 8352933.
HSL color Cylindrical-coordinate representation of color #A5747F: hue angle of 346.53º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5747F is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 116 | 127 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.35 |
| HSL | 346.53º | 0.21% | 0.55% | - |
| HSV(B) | 346.53º | 0.3% | 0.65% | - |
| XYZ | 25.59 | 22.02 | 22.98 | - |
| YUV | 131.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 127 | 0 | 0.30 | 0.23 | 0.35 | 346.53 | 0.21 | 0.55 |
| Hex | A5 | 74 | 7F | 0 | 1E | 17 | 23 | 15B | 15 | 37 |
| Octal | 245 | 164 | 177 | 0 | 36 | 27 | 43 | 533 | 25 | 67 |
| Binary | 10100101 | 1110100 | 1111111 | 0 | 11110 | 10111 | 100011 | 101011011 | 10101 | 110111 |
Color Harmonies of #A5747F
Complementary color
Monochromatic Colors of #A5747F
Black with #A5747F
Text Example
Text Example
White with #A5747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5747F; }
p { color: rgb(165,116,127); }
H1.HeaderClassName
{
color: #A5747F;
}
.AnyTagClassName
{
color: #A5747F;
}
</style>
background-color css
<style>
a { background-color: #A5747F; }
a { background-color: rgb(165,116,127); }
div.DivClassName
{
background-color: #A5747F;
}
.BgClassName
{
background-color: #A5747F;
}
</style>
border-color css
<style>
span { border-color: #A5747F; }
span { border-color: rgb(165,116,127); }
td.TdClassName
{
border-color: #A5747F;
}
.TagClassName
{
border-color: #A5747F;
}
</style>