Shades of Turkish Rose #A45E64
Tints of Turkish Rose #A45E64
RGB
CMYK
RGB Variations
Color information
#A45E64 (or 0xA45E64) is known color: Turkish Rose. HEX triplet: A4, 5E and 64. RGB value is (164,94,100). Sum of RGB (Red+Green+Blue) = 164+94+100=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E64 is #5BA19B. Grayscale: #737373. Windows color (decimal): -6005148 or 6577828. OLE color: 6577828.
HSL color Cylindrical-coordinate representation of color #A45E64: hue angle of 354.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A45E64 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 94 | 100 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.36 |
| HSL | 354.86º | 0.28% | 0.51% | - |
| HSV(B) | 354.86º | 0.43% | 0.64% | - |
| XYZ | 21.61 | 16.82 | 14.16 | - |
| YUV | 115.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 100 | 0 | 0.43 | 0.39 | 0.36 | 354.86 | 0.28 | 0.51 |
| Hex | A4 | 5E | 64 | 0 | 2B | 27 | 24 | 163 | 1C | 33 |
| Octal | 244 | 136 | 144 | 0 | 53 | 47 | 44 | 543 | 34 | 63 |
| Binary | 10100100 | 1011110 | 1100100 | 0 | 101011 | 100111 | 100100 | 101100011 | 11100 | 110011 |
Color Harmonies of #A45E64
Complementary color
Monochromatic Colors of #A45E64
Black with #A45E64
Text Example
Text Example
White with #A45E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45E64; }
p { color: rgb(164,94,100); }
H1.HeaderClassName
{
color: #A45E64;
}
.AnyTagClassName
{
color: #A45E64;
}
</style>
background-color css
<style>
a { background-color: #A45E64; }
a { background-color: rgb(164,94,100); }
div.DivClassName
{
background-color: #A45E64;
}
.BgClassName
{
background-color: #A45E64;
}
</style>
border-color css
<style>
span { border-color: #A45E64; }
span { border-color: rgb(164,94,100); }
td.TdClassName
{
border-color: #A45E64;
}
.TagClassName
{
border-color: #A45E64;
}
</style>