Shades of Turkish Rose #A2697C
Tints of Turkish Rose #A2697C
RGB
CMYK
RGB Variations
Color information
#A2697C (or 0xA2697C) is known color: Turkish Rose. HEX triplet: A2, 69 and 7C. RGB value is (162,105,124). Sum of RGB (Red+Green+Blue) = 162+105+124=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A2697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2697C is #5D9683. Grayscale: #7C7C7C. Windows color (decimal): -6133380 or 8153506. OLE color: 8153506.
HSL color Cylindrical-coordinate representation of color #A2697C: hue angle of 340º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2697C is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 105 | 124 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.36 |
| HSL | 340º | 0.23% | 0.52% | - |
| HSV(B) | 340º | 0.35% | 0.64% | - |
| XYZ | 23.59 | 19.24 | 21.54 | - |
| YUV | 124.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 124 | 0 | 0.35 | 0.23 | 0.36 | 340 | 0.23 | 0.52 |
| Hex | A2 | 69 | 7C | 0 | 23 | 17 | 24 | 154 | 17 | 34 |
| Octal | 242 | 151 | 174 | 0 | 43 | 27 | 44 | 524 | 27 | 64 |
| Binary | 10100010 | 1101001 | 1111100 | 0 | 100011 | 10111 | 100100 | 101010100 | 10111 | 110100 |
Color Harmonies of #A2697C
Complementary color
Monochromatic Colors of #A2697C
Black with #A2697C
Text Example
Text Example
White with #A2697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2697C; }
p { color: rgb(162,105,124); }
H1.HeaderClassName
{
color: #A2697C;
}
.AnyTagClassName
{
color: #A2697C;
}
</style>
background-color css
<style>
a { background-color: #A2697C; }
a { background-color: rgb(162,105,124); }
div.DivClassName
{
background-color: #A2697C;
}
.BgClassName
{
background-color: #A2697C;
}
</style>
border-color css
<style>
span { border-color: #A2697C; }
span { border-color: rgb(162,105,124); }
td.TdClassName
{
border-color: #A2697C;
}
.TagClassName
{
border-color: #A2697C;
}
</style>