Shades of Turkish Rose #A45F63
Tints of Turkish Rose #A45F63
RGB
CMYK
RGB Variations
Color information
#A45F63 (or 0xA45F63) is known color: Turkish Rose. HEX triplet: A4, 5F and 63. RGB value is (164,95,99). Sum of RGB (Red+Green+Blue) = 164+95+99=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F63 is #5BA09C. Grayscale: #747474. Windows color (decimal): -6004893 or 6512548. OLE color: 6512548.
HSL color Cylindrical-coordinate representation of color #A45F63: hue angle of 356.52º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A45F63 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 99 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.36 |
| HSL | 356.52º | 0.27% | 0.51% | - |
| HSV(B) | 356.52º | 0.42% | 0.64% | - |
| XYZ | 21.65 | 16.98 | 13.94 | - |
| YUV | 116.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 99 | 0 | 0.42 | 0.40 | 0.36 | 356.52 | 0.27 | 0.51 |
| Hex | A4 | 5F | 63 | 0 | 2A | 28 | 24 | 165 | 1B | 33 |
| Octal | 244 | 137 | 143 | 0 | 52 | 50 | 44 | 545 | 33 | 63 |
| Binary | 10100100 | 1011111 | 1100011 | 0 | 101010 | 101000 | 100100 | 101100101 | 11011 | 110011 |
Color Harmonies of #A45F63
Complementary color
Monochromatic Colors of #A45F63
Black with #A45F63
Text Example
Text Example
White with #A45F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45F63; }
p { color: rgb(164,95,99); }
H1.HeaderClassName
{
color: #A45F63;
}
.AnyTagClassName
{
color: #A45F63;
}
</style>
background-color css
<style>
a { background-color: #A45F63; }
a { background-color: rgb(164,95,99); }
div.DivClassName
{
background-color: #A45F63;
}
.BgClassName
{
background-color: #A45F63;
}
</style>
border-color css
<style>
span { border-color: #A45F63; }
span { border-color: rgb(164,95,99); }
td.TdClassName
{
border-color: #A45F63;
}
.TagClassName
{
border-color: #A45F63;
}
</style>