Shades of Turkish Rose #A1626C
Tints of Turkish Rose #A1626C
RGB
CMYK
RGB Variations
Color information
#A1626C (or 0xA1626C) is known color: Turkish Rose. HEX triplet: A1, 62 and 6C. RGB value is (161,98,108). Sum of RGB (Red+Green+Blue) = 161+98+108=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1626C is #5E9D93. Grayscale: #767676. Windows color (decimal): -6200724 or 7103137. OLE color: 7103137.
HSL color Cylindrical-coordinate representation of color #A1626C: hue angle of 350.48º 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 #A1626C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 108 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.37 |
| HSL | 350.48º | 0.25% | 0.51% | - |
| HSV(B) | 350.48º | 0.39% | 0.63% | - |
| XYZ | 21.77 | 17.4 | 16.4 | - |
| YUV | 117.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 108 | 0 | 0.39 | 0.33 | 0.37 | 350.48 | 0.25 | 0.51 |
| Hex | A1 | 62 | 6C | 0 | 27 | 21 | 25 | 15E | 19 | 33 |
| Octal | 241 | 142 | 154 | 0 | 47 | 41 | 45 | 536 | 31 | 63 |
| Binary | 10100001 | 1100010 | 1101100 | 0 | 100111 | 100001 | 100101 | 101011110 | 11001 | 110011 |
Color Harmonies of #A1626C
Complementary color
Monochromatic Colors of #A1626C
Black with #A1626C
Text Example
Text Example
White with #A1626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1626C; }
p { color: rgb(161,98,108); }
H1.HeaderClassName
{
color: #A1626C;
}
.AnyTagClassName
{
color: #A1626C;
}
</style>
background-color css
<style>
a { background-color: #A1626C; }
a { background-color: rgb(161,98,108); }
div.DivClassName
{
background-color: #A1626C;
}
.BgClassName
{
background-color: #A1626C;
}
</style>
border-color css
<style>
span { border-color: #A1626C; }
span { border-color: rgb(161,98,108); }
td.TdClassName
{
border-color: #A1626C;
}
.TagClassName
{
border-color: #A1626C;
}
</style>