Shades of Turkish Rose #A45F64
Tints of Turkish Rose #A45F64
RGB
CMYK
RGB Variations
Color information
#A45F64 (or 0xA45F64) is known color: Turkish Rose. HEX triplet: A4, 5F and 64. RGB value is (164,95,100). Sum of RGB (Red+Green+Blue) = 164+95+100=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F64 is #5BA09B. Grayscale: #747474. Windows color (decimal): -6004892 or 6578084. OLE color: 6578084.
HSL color Cylindrical-coordinate representation of color #A45F64: hue angle of 355.65º 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 #A45F64 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 100 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.36 |
| HSL | 355.65º | 0.27% | 0.51% | - |
| HSV(B) | 355.65º | 0.42% | 0.64% | - |
| XYZ | 21.7 | 17 | 14.19 | - |
| YUV | 116.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 100 | 0 | 0.42 | 0.39 | 0.36 | 355.65 | 0.27 | 0.51 |
| Hex | A4 | 5F | 64 | 0 | 2A | 27 | 24 | 164 | 1B | 33 |
| Octal | 244 | 137 | 144 | 0 | 52 | 47 | 44 | 544 | 33 | 63 |
| Binary | 10100100 | 1011111 | 1100100 | 0 | 101010 | 100111 | 100100 | 101100100 | 11011 | 110011 |
Color Harmonies of #A45F64
Complementary color
Monochromatic Colors of #A45F64
Black with #A45F64
Text Example
Text Example
White with #A45F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45F64; }
p { color: rgb(164,95,100); }
H1.HeaderClassName
{
color: #A45F64;
}
.AnyTagClassName
{
color: #A45F64;
}
</style>
background-color css
<style>
a { background-color: #A45F64; }
a { background-color: rgb(164,95,100); }
div.DivClassName
{
background-color: #A45F64;
}
.BgClassName
{
background-color: #A45F64;
}
</style>
border-color css
<style>
span { border-color: #A45F64; }
span { border-color: rgb(164,95,100); }
td.TdClassName
{
border-color: #A45F64;
}
.TagClassName
{
border-color: #A45F64;
}
</style>