Shades of Turkish Rose #A2687B
Tints of Turkish Rose #A2687B
RGB
CMYK
RGB Variations
Color information
#A2687B (or 0xA2687B) is known color: Turkish Rose. HEX triplet: A2, 68 and 7B. RGB value is (162,104,123). Sum of RGB (Red+Green+Blue) = 162+104+123=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2687B is #5D9784. Grayscale: #7B7B7B. Windows color (decimal): -6133637 or 8087714. OLE color: 8087714.
HSL color Cylindrical-coordinate representation of color #A2687B: hue angle of 340.34º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2687B is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 104 | 123 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.36 |
| HSL | 340.34º | 0.24% | 0.52% | - |
| HSV(B) | 340.34º | 0.36% | 0.64% | - |
| XYZ | 23.43 | 19.01 | 21.17 | - |
| YUV | 123.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 123 | 0 | 0.36 | 0.24 | 0.36 | 340.34 | 0.24 | 0.52 |
| Hex | A2 | 68 | 7B | 0 | 24 | 18 | 24 | 154 | 18 | 34 |
| Octal | 242 | 150 | 173 | 0 | 44 | 30 | 44 | 524 | 30 | 64 |
| Binary | 10100010 | 1101000 | 1111011 | 0 | 100100 | 11000 | 100100 | 101010100 | 11000 | 110100 |
Color Harmonies of #A2687B
Complementary color
Monochromatic Colors of #A2687B
Black with #A2687B
Text Example
Text Example
White with #A2687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2687B; }
p { color: rgb(162,104,123); }
H1.HeaderClassName
{
color: #A2687B;
}
.AnyTagClassName
{
color: #A2687B;
}
</style>
background-color css
<style>
a { background-color: #A2687B; }
a { background-color: rgb(162,104,123); }
div.DivClassName
{
background-color: #A2687B;
}
.BgClassName
{
background-color: #A2687B;
}
</style>
border-color css
<style>
span { border-color: #A2687B; }
span { border-color: rgb(162,104,123); }
td.TdClassName
{
border-color: #A2687B;
}
.TagClassName
{
border-color: #A2687B;
}
</style>