Shades of Turkish Rose #A1727B
Tints of Turkish Rose #A1727B
RGB
CMYK
RGB Variations
Color information
#A1727B (or 0xA1727B) is known color: Turkish Rose. HEX triplet: A1, 72 and 7B. RGB value is (161,114,123). Sum of RGB (Red+Green+Blue) = 161+114+123=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A1727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1727B is #5E8D84. Grayscale: #818181. Windows color (decimal): -6196613 or 8090273. OLE color: 8090273.
HSL color Cylindrical-coordinate representation of color #A1727B: hue angle of 348.51º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1727B is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 114 | 123 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.37 |
| HSL | 348.51º | 0.2% | 0.54% | - |
| HSV(B) | 348.51º | 0.29% | 0.63% | - |
| XYZ | 24.29 | 21.04 | 21.52 | - |
| YUV | 129.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 123 | 0 | 0.29 | 0.24 | 0.37 | 348.51 | 0.2 | 0.54 |
| Hex | A1 | 72 | 7B | 0 | 1D | 18 | 25 | 15D | 14 | 36 |
| Octal | 241 | 162 | 173 | 0 | 35 | 30 | 45 | 535 | 24 | 66 |
| Binary | 10100001 | 1110010 | 1111011 | 0 | 11101 | 11000 | 100101 | 101011101 | 10100 | 110110 |
Color Harmonies of #A1727B
Complementary color
Monochromatic Colors of #A1727B
Black with #A1727B
Text Example
Text Example
White with #A1727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1727B; }
p { color: rgb(161,114,123); }
H1.HeaderClassName
{
color: #A1727B;
}
.AnyTagClassName
{
color: #A1727B;
}
</style>
background-color css
<style>
a { background-color: #A1727B; }
a { background-color: rgb(161,114,123); }
div.DivClassName
{
background-color: #A1727B;
}
.BgClassName
{
background-color: #A1727B;
}
</style>
border-color css
<style>
span { border-color: #A1727B; }
span { border-color: rgb(161,114,123); }
td.TdClassName
{
border-color: #A1727B;
}
.TagClassName
{
border-color: #A1727B;
}
</style>