Shades of Turkish Rose #A2717B
Tints of Turkish Rose #A2717B
RGB
CMYK
RGB Variations
Color information
#A2717B (or 0xA2717B) is known color: Turkish Rose. HEX triplet: A2, 71 and 7B. RGB value is (162,113,123). Sum of RGB (Red+Green+Blue) = 162+113+123=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A2717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2717B is #5D8E84. Grayscale: #808080. Windows color (decimal): -6131333 or 8090018. OLE color: 8090018.
HSL color Cylindrical-coordinate representation of color #A2717B: hue angle of 347.76º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2717B is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 113 | 123 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.36 |
| HSL | 347.76º | 0.21% | 0.54% | - |
| HSV(B) | 347.76º | 0.3% | 0.64% | - |
| XYZ | 24.38 | 20.92 | 21.49 | - |
| YUV | 128.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 123 | 0 | 0.30 | 0.24 | 0.36 | 347.76 | 0.21 | 0.54 |
| Hex | A2 | 71 | 7B | 0 | 1E | 18 | 24 | 15C | 15 | 36 |
| Octal | 242 | 161 | 173 | 0 | 36 | 30 | 44 | 534 | 25 | 66 |
| Binary | 10100010 | 1110001 | 1111011 | 0 | 11110 | 11000 | 100100 | 101011100 | 10101 | 110110 |
Color Harmonies of #A2717B
Complementary color
Monochromatic Colors of #A2717B
Black with #A2717B
Text Example
Text Example
White with #A2717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2717B; }
p { color: rgb(162,113,123); }
H1.HeaderClassName
{
color: #A2717B;
}
.AnyTagClassName
{
color: #A2717B;
}
</style>
background-color css
<style>
a { background-color: #A2717B; }
a { background-color: rgb(162,113,123); }
div.DivClassName
{
background-color: #A2717B;
}
.BgClassName
{
background-color: #A2717B;
}
</style>
border-color css
<style>
span { border-color: #A2717B; }
span { border-color: rgb(162,113,123); }
td.TdClassName
{
border-color: #A2717B;
}
.TagClassName
{
border-color: #A2717B;
}
</style>