Shades of Turkish Rose #A2616E
Tints of Turkish Rose #A2616E
RGB
CMYK
RGB Variations
Color information
#A2616E (or 0xA2616E) is known color: Turkish Rose. HEX triplet: A2, 61 and 6E. RGB value is (162,97,110). Sum of RGB (Red+Green+Blue) = 162+97+110=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2616E is #5D9E91. Grayscale: #757575. Windows color (decimal): -6135442 or 7233954. OLE color: 7233954.
HSL color Cylindrical-coordinate representation of color #A2616E: hue angle of 348º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2616E is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 110 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.36 |
| HSL | 348º | 0.26% | 0.51% | - |
| HSV(B) | 348º | 0.4% | 0.64% | - |
| XYZ | 21.99 | 17.36 | 16.94 | - |
| YUV | 117.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 110 | 0 | 0.40 | 0.32 | 0.36 | 348 | 0.26 | 0.51 |
| Hex | A2 | 61 | 6E | 0 | 28 | 20 | 24 | 15C | 1A | 33 |
| Octal | 242 | 141 | 156 | 0 | 50 | 40 | 44 | 534 | 32 | 63 |
| Binary | 10100010 | 1100001 | 1101110 | 0 | 101000 | 100000 | 100100 | 101011100 | 11010 | 110011 |
Color Harmonies of #A2616E
Complementary color
Monochromatic Colors of #A2616E
Black with #A2616E
Text Example
Text Example
White with #A2616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2616E; }
p { color: rgb(162,97,110); }
H1.HeaderClassName
{
color: #A2616E;
}
.AnyTagClassName
{
color: #A2616E;
}
</style>
background-color css
<style>
a { background-color: #A2616E; }
a { background-color: rgb(162,97,110); }
div.DivClassName
{
background-color: #A2616E;
}
.BgClassName
{
background-color: #A2616E;
}
</style>
border-color css
<style>
span { border-color: #A2616E; }
span { border-color: rgb(162,97,110); }
td.TdClassName
{
border-color: #A2616E;
}
.TagClassName
{
border-color: #A2616E;
}
</style>