Shades of Turkish Rose #A4687B
Tints of Turkish Rose #A4687B
RGB
CMYK
RGB Variations
Color information
#A4687B (or 0xA4687B) is known color: Turkish Rose. HEX triplet: A4, 68 and 7B. RGB value is (164,104,123). Sum of RGB (Red+Green+Blue) = 164+104+123=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4687B is #5B9784. Grayscale: #7C7C7C. Windows color (decimal): -6002565 or 8087716. OLE color: 8087716.
HSL color Cylindrical-coordinate representation of color #A4687B: hue angle of 341º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4687B is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 104 | 123 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.36 |
| HSL | 341º | 0.25% | 0.53% | - |
| HSV(B) | 341º | 0.37% | 0.64% | - |
| XYZ | 23.84 | 19.22 | 21.19 | - |
| YUV | 124.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 104 | 123 | 0 | 0.37 | 0.25 | 0.36 | 341 | 0.25 | 0.53 |
| Hex | A4 | 68 | 7B | 0 | 25 | 19 | 24 | 155 | 19 | 35 |
| Octal | 244 | 150 | 173 | 0 | 45 | 31 | 44 | 525 | 31 | 65 |
| Binary | 10100100 | 1101000 | 1111011 | 0 | 100101 | 11001 | 100100 | 101010101 | 11001 | 110101 |
Color Harmonies of #A4687B
Complementary color
Monochromatic Colors of #A4687B
Black with #A4687B
Text Example
Text Example
White with #A4687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4687B; }
p { color: rgb(164,104,123); }
H1.HeaderClassName
{
color: #A4687B;
}
.AnyTagClassName
{
color: #A4687B;
}
</style>
background-color css
<style>
a { background-color: #A4687B; }
a { background-color: rgb(164,104,123); }
div.DivClassName
{
background-color: #A4687B;
}
.BgClassName
{
background-color: #A4687B;
}
</style>
border-color css
<style>
span { border-color: #A4687B; }
span { border-color: rgb(164,104,123); }
td.TdClassName
{
border-color: #A4687B;
}
.TagClassName
{
border-color: #A4687B;
}
</style>