Shades of Turkish Rose #A56C72
Tints of Turkish Rose #A56C72
RGB
CMYK
RGB Variations
Color information
#A56C72 (or 0xA56C72) is known color: Turkish Rose. HEX triplet: A5, 6C and 72. RGB value is (165,108,114). Sum of RGB (Red+Green+Blue) = 165+108+114=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56C72 is #5A938D. Grayscale: #7D7D7D. Windows color (decimal): -5936014 or 7498917. OLE color: 7498917.
HSL color Cylindrical-coordinate representation of color #A56C72: hue angle of 353.68º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A56C72 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 108 | 114 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.35 |
| HSL | 353.68º | 0.24% | 0.54% | - |
| HSV(B) | 353.68º | 0.35% | 0.65% | - |
| XYZ | 23.92 | 19.94 | 18.51 | - |
| YUV | 125.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 114 | 0 | 0.35 | 0.31 | 0.35 | 353.68 | 0.24 | 0.54 |
| Hex | A5 | 6C | 72 | 0 | 23 | 1F | 23 | 162 | 18 | 36 |
| Octal | 245 | 154 | 162 | 0 | 43 | 37 | 43 | 542 | 30 | 66 |
| Binary | 10100101 | 1101100 | 1110010 | 0 | 100011 | 11111 | 100011 | 101100010 | 11000 | 110110 |
Color Harmonies of #A56C72
Complementary color
Monochromatic Colors of #A56C72
Black with #A56C72
Text Example
Text Example
White with #A56C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56C72; }
p { color: rgb(165,108,114); }
H1.HeaderClassName
{
color: #A56C72;
}
.AnyTagClassName
{
color: #A56C72;
}
</style>
background-color css
<style>
a { background-color: #A56C72; }
a { background-color: rgb(165,108,114); }
div.DivClassName
{
background-color: #A56C72;
}
.BgClassName
{
background-color: #A56C72;
}
</style>
border-color css
<style>
span { border-color: #A56C72; }
span { border-color: rgb(165,108,114); }
td.TdClassName
{
border-color: #A56C72;
}
.TagClassName
{
border-color: #A56C72;
}
</style>