Shades of Turkish Rose #A45F6D
Tints of Turkish Rose #A45F6D
RGB
CMYK
RGB Variations
Color information
#A45F6D (or 0xA45F6D) is known color: Turkish Rose. HEX triplet: A4, 5F and 6D. RGB value is (164,95,109). Sum of RGB (Red+Green+Blue) = 164+95+109=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F6D is #5BA092. Grayscale: #757575. Windows color (decimal): -6004883 or 7167908. OLE color: 7167908.
HSL color Cylindrical-coordinate representation of color #A45F6D: hue angle of 347.83º 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 #A45F6D is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 109 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.36 |
| HSL | 347.83º | 0.27% | 0.51% | - |
| HSV(B) | 347.83º | 0.42% | 0.64% | - |
| XYZ | 22.16 | 17.18 | 16.62 | - |
| YUV | 117.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 109 | 0 | 0.42 | 0.34 | 0.36 | 347.83 | 0.27 | 0.51 |
| Hex | A4 | 5F | 6D | 0 | 2A | 22 | 24 | 15C | 1B | 33 |
| Octal | 244 | 137 | 155 | 0 | 52 | 42 | 44 | 534 | 33 | 63 |
| Binary | 10100100 | 1011111 | 1101101 | 0 | 101010 | 100010 | 100100 | 101011100 | 11011 | 110011 |
Color Harmonies of #A45F6D
Complementary color
Monochromatic Colors of #A45F6D
Black with #A45F6D
Text Example
Text Example
White with #A45F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45F6D; }
p { color: rgb(164,95,109); }
H1.HeaderClassName
{
color: #A45F6D;
}
.AnyTagClassName
{
color: #A45F6D;
}
</style>
background-color css
<style>
a { background-color: #A45F6D; }
a { background-color: rgb(164,95,109); }
div.DivClassName
{
background-color: #A45F6D;
}
.BgClassName
{
background-color: #A45F6D;
}
</style>
border-color css
<style>
span { border-color: #A45F6D; }
span { border-color: rgb(164,95,109); }
td.TdClassName
{
border-color: #A45F6D;
}
.TagClassName
{
border-color: #A45F6D;
}
</style>