Shades of Turkish Rose #A1626E
Tints of Turkish Rose #A1626E
RGB
CMYK
RGB Variations
Color information
#A1626E (or 0xA1626E) is known color: Turkish Rose. HEX triplet: A1, 62 and 6E. RGB value is (161,98,110). Sum of RGB (Red+Green+Blue) = 161+98+110=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1626E is #5E9D91. Grayscale: #767676. Windows color (decimal): -6200722 or 7234209. OLE color: 7234209.
HSL color Cylindrical-coordinate representation of color #A1626E: hue angle of 348.57º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1626E is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 110 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.37 |
| HSL | 348.57º | 0.25% | 0.51% | - |
| HSV(B) | 348.57º | 0.39% | 0.63% | - |
| XYZ | 21.88 | 17.44 | 16.96 | - |
| YUV | 118.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 110 | 0 | 0.39 | 0.32 | 0.37 | 348.57 | 0.25 | 0.51 |
| Hex | A1 | 62 | 6E | 0 | 27 | 20 | 25 | 15D | 19 | 33 |
| Octal | 241 | 142 | 156 | 0 | 47 | 40 | 45 | 535 | 31 | 63 |
| Binary | 10100001 | 1100010 | 1101110 | 0 | 100111 | 100000 | 100101 | 101011101 | 11001 | 110011 |
Color Harmonies of #A1626E
Complementary color
Monochromatic Colors of #A1626E
Black with #A1626E
Text Example
Text Example
White with #A1626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1626E; }
p { color: rgb(161,98,110); }
H1.HeaderClassName
{
color: #A1626E;
}
.AnyTagClassName
{
color: #A1626E;
}
</style>
background-color css
<style>
a { background-color: #A1626E; }
a { background-color: rgb(161,98,110); }
div.DivClassName
{
background-color: #A1626E;
}
.BgClassName
{
background-color: #A1626E;
}
</style>
border-color css
<style>
span { border-color: #A1626E; }
span { border-color: rgb(161,98,110); }
td.TdClassName
{
border-color: #A1626E;
}
.TagClassName
{
border-color: #A1626E;
}
</style>