Shades of Turkish Rose #A4687A
Tints of Turkish Rose #A4687A
RGB
CMYK
RGB Variations
Color information
#A4687A (or 0xA4687A) is known color: Turkish Rose. HEX triplet: A4, 68 and 7A. RGB value is (164,104,122). Sum of RGB (Red+Green+Blue) = 164+104+122=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A4687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4687A is #5B9785. Grayscale: #7B7B7B. Windows color (decimal): -6002566 or 8022180. OLE color: 8022180.
HSL color Cylindrical-coordinate representation of color #A4687A: hue angle of 342º 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 #A4687A is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 104 | 122 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.36 |
| HSL | 342º | 0.25% | 0.53% | - |
| HSV(B) | 342º | 0.37% | 0.64% | - |
| XYZ | 23.77 | 19.2 | 20.87 | - |
| YUV | 123.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 104 | 122 | 0 | 0.37 | 0.26 | 0.36 | 342 | 0.25 | 0.53 |
| Hex | A4 | 68 | 7A | 0 | 25 | 1A | 24 | 156 | 19 | 35 |
| Octal | 244 | 150 | 172 | 0 | 45 | 32 | 44 | 526 | 31 | 65 |
| Binary | 10100100 | 1101000 | 1111010 | 0 | 100101 | 11010 | 100100 | 101010110 | 11001 | 110101 |
Color Harmonies of #A4687A
Complementary color
Monochromatic Colors of #A4687A
Black with #A4687A
Text Example
Text Example
White with #A4687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4687A; }
p { color: rgb(164,104,122); }
H1.HeaderClassName
{
color: #A4687A;
}
.AnyTagClassName
{
color: #A4687A;
}
</style>
background-color css
<style>
a { background-color: #A4687A; }
a { background-color: rgb(164,104,122); }
div.DivClassName
{
background-color: #A4687A;
}
.BgClassName
{
background-color: #A4687A;
}
</style>
border-color css
<style>
span { border-color: #A4687A; }
span { border-color: rgb(164,104,122); }
td.TdClassName
{
border-color: #A4687A;
}
.TagClassName
{
border-color: #A4687A;
}
</style>