Shades of Turkish Rose #A1687B
Tints of Turkish Rose #A1687B
RGB
CMYK
RGB Variations
Color information
#A1687B (or 0xA1687B) is known color: Turkish Rose. HEX triplet: A1, 68 and 7B. RGB value is (161,104,123). Sum of RGB (Red+Green+Blue) = 161+104+123=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A1687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1687B is #5E9784. Grayscale: #7B7B7B. Windows color (decimal): -6199173 or 8087713. OLE color: 8087713.
HSL color Cylindrical-coordinate representation of color #A1687B: hue angle of 340º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1687B is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 123 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.37 |
| HSL | 340º | 0.23% | 0.52% | - |
| HSV(B) | 340º | 0.35% | 0.63% | - |
| XYZ | 23.22 | 18.91 | 21.16 | - |
| YUV | 123.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 123 | 0 | 0.35 | 0.24 | 0.37 | 340 | 0.23 | 0.52 |
| Hex | A1 | 68 | 7B | 0 | 23 | 18 | 25 | 154 | 17 | 34 |
| Octal | 241 | 150 | 173 | 0 | 43 | 30 | 45 | 524 | 27 | 64 |
| Binary | 10100001 | 1101000 | 1111011 | 0 | 100011 | 11000 | 100101 | 101010100 | 10111 | 110100 |
Color Harmonies of #A1687B
Complementary color
Monochromatic Colors of #A1687B
Black with #A1687B
Text Example
Text Example
White with #A1687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1687B; }
p { color: rgb(161,104,123); }
H1.HeaderClassName
{
color: #A1687B;
}
.AnyTagClassName
{
color: #A1687B;
}
</style>
background-color css
<style>
a { background-color: #A1687B; }
a { background-color: rgb(161,104,123); }
div.DivClassName
{
background-color: #A1687B;
}
.BgClassName
{
background-color: #A1687B;
}
</style>
border-color css
<style>
span { border-color: #A1687B; }
span { border-color: rgb(161,104,123); }
td.TdClassName
{
border-color: #A1687B;
}
.TagClassName
{
border-color: #A1687B;
}
</style>